Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
Update to latest tool versions, in particular `black==22.3.0` to fix
a bug which caused it to be incompatible with the latest `click`
version and crashfail.
  • Loading branch information
sirosen authored and lafrech committed Apr 2, 2022
1 parent bd409e3 commit f0ff219
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,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/python/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -15,7 +15,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-bugbear==22.1.11]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
additional_dependencies: [types-simplejson, types-pytz, packaging]
Expand Down

0 comments on commit f0ff219

Please sign in to comment.