Skip to content

Commit

Permalink
Update the pre-commit hook to run correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Mar 23, 2023
1 parent 4db71ec commit da1cc58
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 @@ -13,8 +13,8 @@ repos:
- id: isort
additional_dependencies: [toml]

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
args: ["--max-line-length=88", "--extend-ignore=E203,E501"]
Expand Down

0 comments on commit da1cc58

Please sign in to comment.