Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Sep 23, 2022
1 parent f4b5078 commit ce57c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,13 +1,13 @@
exclude: ^sync_tests/
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
rev: v3.8.2
hooks:
- id: reorder-python-imports
entry: env SETUPTOOLS_USE_DISTUTILS=stdlib reorder-python-imports
language_version: python3
- repo: https://github.com/ambv/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
- flake8-simplify
- flake8-use-pathlib
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.38.0
hooks:
- id: pyupgrade
language_version: python3
Expand Down

0 comments on commit ce57c76

Please sign in to comment.