Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored and github-actions[bot] committed Jun 16, 2024
1 parent 1b85829 commit 203161f
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 @@ -15,7 +15,7 @@ repos:
"--ignore-init-module-imports",
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
stages: [manual]
Expand All @@ -36,7 +36,7 @@ repos:
- id: mypy
args: ["--pretty"]
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: ["--config", "setup.cfg"]

0 comments on commit 203161f

Please sign in to comment.