Skip to content

Commit c0e4d88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.1](PyCQA/isort@5.8.0...5.9.1) - [github.com/psf/black: 21.4b0 → 21.6b0](psf/black@21.4b0...21.6b0) - [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.0.1) - [github.com/pycqa/flake8.git: 3.9.1 → 3.9.2](https://github.com/pycqa/flake8.git/compare/3.9.1...3.9.2) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910](pre-commit/mirrors-mypy@v0.812...v0.910) - [github.com/pycqa/pylint: v2.8.2 → v2.9.3](pylint-dev/pylint@v2.8.2...v2.9.3)
1 parent 344d0f2 commit c0e4d88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.8.0
3+
rev: 5.9.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 21.4b0
7+
rev: 21.6b0
88
hooks:
99
- id: black
1010
language_version: python3
1111
- repo: https://github.com/pre-commit/pre-commit-hooks.git
12-
rev: v3.4.0
12+
rev: v4.0.1
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/pycqa/flake8.git
22-
rev: 3.9.1
22+
rev: 3.9.2
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/adrienverge/yamllint.git
@@ -30,7 +30,7 @@ repos:
3030
types: [file, yaml]
3131
entry: yamllint --strict
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.812
33+
rev: v0.910
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior
@@ -41,7 +41,7 @@ repos:
4141
- rich
4242
- tox
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v2.8.2
44+
rev: v2.9.3
4545
hooks:
4646
- id: pylint
4747
additional_dependencies:

0 commit comments

Comments
 (0)