Skip to content

Commit

Permalink
Update pre-commit plugin versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Nov 5, 2022
1 parent c4ae733 commit e8b7ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/python/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==22.9.23']
additional_dependencies: ['flake8-bugbear==22.10.27']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
hooks:
Expand Down

0 comments on commit e8b7ef2

Please sign in to comment.