Skip to content

Commit

Permalink
autoupdate pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jun 7, 2021
1 parent d652d10 commit 263ef05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ repos:
hooks:
- id: check-python-versions
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: debug-statements
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.5b2
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit 263ef05

Please sign in to comment.