Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pre-commit-ci-update-config' int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
papr committed Jan 7, 2022
2 parents 7e262a4 + 08e81f4 commit 811532a
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -12,7 +12,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.31.0
hooks:
- id: pyupgrade
name: PyUpgrade 3.6+
Expand All @@ -26,11 +26,11 @@ repos:
args: [--profile, black]

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.12b0
hooks:
- id: black

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.19.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt

0 comments on commit 811532a

Please sign in to comment.