Skip to content

Commit

Permalink
run pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 22, 2020
1 parent e120b28 commit f8fa700
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/asottile/pyupgrade
rev: v2.7.2
rev: v2.7.3
hooks:
- id: pyupgrade
args: ["--py3-plus"]
Expand All @@ -11,7 +11,7 @@ repos:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 3.8.4
hooks:
- id: flake8

Expand All @@ -21,14 +21,14 @@ repos:
- id: yesqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.3.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: mixed-line-ending

- repo: https://github.com/mgedmin/check-manifest
rev: "0.43"
rev: "0.44"
hooks:
- id: check-manifest

0 comments on commit f8fa700

Please sign in to comment.