Skip to content

Commit c188052

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.4.2 → 5.10.1](PyCQA/isort@v5.4.2...5.10.1) - [github.com/markdownlint/markdownlint: v0.10.0 → v0.11.0](markdownlint/markdownlint@v0.10.0...v0.11.0) - [github.com/psf/black: 19.10b0 → 22.1.0](psf/black@19.10b0...22.1.0) - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.2.0...v4.1.0) - [github.com/adrienverge/yamllint.git: v1.24.2 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.26.3) - https://gitlab.com/pycqa/flake8.githttps://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.3 → 4.0.1](PyCQA/flake8@3.8.3...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.782 → v0.931](pre-commit/mirrors-mypy@v0.782...v0.931) - [github.com/pre-commit/mirrors-pylint: v2.5.3 → v3.0.0a4](pre-commit/mirrors-pylint@v2.5.3...v3.0.0a4)
1 parent 2c14136 commit c188052

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
pass_filenames: false
1111
stages:
1212
- commit
13-
- repo: https://github.com/pre-commit/mirrors-isort
14-
rev: v5.4.2
13+
- repo: https://github.com/PyCQA/isort
14+
rev: 5.10.1
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/markdownlint/markdownlint
18-
rev: v0.10.0
18+
rev: v0.11.0
1919
hooks:
2020
- id: markdownlint
2121
name: Markdownlint
@@ -24,12 +24,12 @@ repos:
2424
language: ruby
2525
files: \.(md|mdown|markdown)$
2626
- repo: https://github.com/psf/black
27-
rev: 19.10b0
27+
rev: 22.1.0
2828
hooks:
2929
- id: black
3030
language_version: python3
3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v3.2.0
32+
rev: v4.1.0
3333
hooks:
3434
- id: check-byte-order-marker
3535
- id: check-executables-have-shebangs
@@ -40,14 +40,14 @@ repos:
4040
- id: mixed-line-ending
4141
- id: trailing-whitespace
4242
- repo: https://github.com/adrienverge/yamllint.git
43-
rev: v1.24.2
43+
rev: v1.26.3
4444
hooks:
4545
- id: yamllint
4646
files: \.(yaml|yml)$
4747
types: [file, yaml]
4848
entry: yamllint --strict
49-
- repo: https://gitlab.com/pycqa/flake8.git
50-
rev: 3.8.3
49+
- repo: https://github.com/PyCQA/flake8
50+
rev: 4.0.1
5151
hooks:
5252
- id: flake8
5353
language_version: python3
@@ -56,14 +56,14 @@ repos:
5656
- flake8-docstrings>=1.5.0
5757
- flake8-pytest-style>=1.2.2
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v0.782
59+
rev: v0.931
6060
hooks:
6161
- id: mypy
6262
# empty args needed in order to match mypy cli behavior
6363
args: []
6464
additional_dependencies:
6565
- Sphinx>=3.1.2
6666
- repo: https://github.com/pre-commit/mirrors-pylint
67-
rev: v2.5.3
67+
rev: v3.0.0a4
6868
hooks:
6969
- id: pylint

0 commit comments

Comments
 (0)