Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jun 17, 2021
1 parent bde97c7 commit 06e080d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -6,7 +6,7 @@ repos:
- id: reorder-python-imports
language_version: python3
- repo: https://github.com/ambv/black
rev: 21.5b1
rev: 21.6b0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -32,7 +32,7 @@ repos:
language_version: python3
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/asottile/pyupgrade
rev: v2.17.0
rev: v2.19.4
hooks:
- id: pyupgrade
language_version: python3
Expand Down

0 comments on commit 06e080d

Please sign in to comment.