Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/PyCQA/pylint: v2.17.0 → v3.0.0a6](pylint-dev/pylint@v2.17.0...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2023
1 parent 32ab71c commit c426dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: ["--ignore=E501", "--select=F401,E201,E202,E203,E502,E241,E225,E306,E231,E226,E123,F811"]
Expand All @@ -19,7 +19,7 @@ repos:
# hooks:
# - id: bandit
- repo: https://github.com/PyCQA/pylint
rev: v2.17.0
rev: v3.0.0a6
hooks:
- id: pylint
args: ["--disable=C,R,W,E1136"]

0 comments on commit c426dea

Please sign in to comment.