Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2023
1 parent 6d7d0aa commit 40d03ff
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 @@ -38,7 +38,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v3.9.0"
rev: "v3.10.1"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:

# Run Flake8 checks
- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
Expand Down

0 comments on commit 40d03ff

Please sign in to comment.