Skip to content

Commit

Permalink
Update pre-commit hooks versions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 1, 2021
1 parent 010fcc4 commit 2589a01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.19.4
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
name: trailing-whitespace
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
name: flake8-package
Expand All @@ -35,7 +35,7 @@ repos:
- flake8-implicit-str-concat
files: ^mkdocs_mdpo_plugin/
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
name: flake8-tests
Expand All @@ -44,7 +44,7 @@ repos:
- flake8-implicit-str-concat
files: ^tests/
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.1
hooks:
- id: isort
args:
Expand All @@ -65,14 +65,14 @@ repos:
- id: obsolete-messages
- id: remove-metadata
- repo: https://github.com/mondeja/repo-stream
rev: v1.0.2
rev: v1.1.0
hooks:
- id: repo-stream
args:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=upstream
- repo: https://github.com/mondeja/pre-commit-hooks
rev: v1.3.0
rev: v1.5.1
hooks:
- id: dev-extras-required
- id: root-editorconfig-required
Expand Down

0 comments on commit 2589a01

Please sign in to comment.