Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Jan 7, 2025
1 parent bcfd86b commit 04fbef1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ repos:
# Use black profile for isort to avoid conflicts
# see https://github.com/PyCQA/isort/issues/1518
args: ["--profile", "black", --line-length=120]
# Commented out for now since it's not working locally but works on CI
# - repo: https://github.com/pylint-dev/pylint
# rev: v3.0.3
# hooks:
# - id: pylint
# name: pylint
# args: [ --rcfile=pylintrc, --output-format=parseable ]

0 comments on commit 04fbef1

Please sign in to comment.