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: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 4356530 commit 3b15dd8
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 @@ -28,7 +28,7 @@ repos:
stages: [manual]

- repo: https://github.com/pycqa/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
Expand All @@ -41,7 +41,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/asottile/pyupgrade
rev: "v3.15.2"
rev: "v3.17.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 3b15dd8

Please sign in to comment.