Skip to content

Commit

Permalink
Merge pull request #2528 from bagerard/precommit_update
Browse files Browse the repository at this point in the history
precommit update
  • Loading branch information
bagerard committed Jun 5, 2021
2 parents cc85165 + 6ae722d commit 0df0585
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
@@ -1,22 +1,22 @@
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/ambv/black
rev: 21.4b2
rev: 21.5b2
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.14.0
rev: v2.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 0df0585

Please sign in to comment.