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.1.0 β†’ 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/crate-ci/typos: v1.16.26 β†’ v1.17.0](crate-ci/typos@v1.16.26...v1.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent 733661c commit 428d0e5
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 @@ -52,7 +52,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E203,E501"]
Expand All @@ -73,6 +73,6 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.26
rev: v1.17.0
hooks:
- id: typos

0 comments on commit 428d0e5

Please sign in to comment.