Skip to content

Commit

Permalink
revert pre-commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Sep 24, 2024
1 parent 05aac68 commit b18a658
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ repos:
# Use black profile for isort to avoid conflicts
# see https://github.com/PyCQA/isort/issues/1518
args: ["--profile", "black", --line-length=120]
# - repo: https://github.com/pylint-dev/pylint
# rev: v3.0.3
# hooks:
# - id: pylint
# name: pylint
# args: [ --rcfile=pylintrc, --output-format=parseable ]
- 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 b18a658

Please sign in to comment.