Skip to content

Commit

Permalink
pre-commit --update
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Dec 11, 2022
1 parent 82f5020 commit fb163e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/python/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==22.1.11]
additional_dependencies: [flake8-bugbear==22.9.11]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.971
hooks:
- id: mypy
additional_dependencies: [types-simplejson, types-pytz, packaging]
Expand Down

0 comments on commit fb163e1

Please sign in to comment.