Skip to content

Commit a7d7a23

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v2.0.1 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v3.1.0) - https://github.com/timothycrosley/isort.githttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.5.5) - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v5.0.0) - [github.com/PyCQA/pydocstyle.git: 6.1.1 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.1.1...6.3.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](codespell-project/codespell@v2.1.0...v2.3.0) - [github.com/adrienverge/yamllint.git: v1.26.2 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.2...v1.35.1) - [github.com/PyCQA/flake8.git: 3.9.2 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/3.9.2...7.1.1) - [github.com/pre-commit/mirrors-mypy.git: v0.910 → v1.12.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.910...v1.12.1)
1 parent 050ac1c commit a7d7a23

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
repos:
33
- repo: https://github.com/asottile/add-trailing-comma.git
4-
rev: v2.0.1
4+
rev: v3.1.0
55
hooks:
66
- id: add-trailing-comma
77
args:
88
- --py36-plus
99

10-
- repo: https://github.com/timothycrosley/isort.git
11-
rev: 5.12.0
10+
- repo: https://github.com/PyCQA/isort
11+
rev: 5.13.2
1212
hooks:
1313
- id: isort
1414
args:
1515
- --honor-noqa
1616

1717
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
18-
rev: v1.1.7
18+
rev: v1.5.5
1919
hooks:
2020
- id: remove-tabs
2121
exclude: |
@@ -28,7 +28,7 @@ repos:
2828
$
2929
3030
- repo: https://github.com/pre-commit/pre-commit-hooks.git
31-
rev: v4.0.1
31+
rev: v5.0.0
3232
hooks:
3333
# Side-effects:
3434
- id: trailing-whitespace
@@ -85,7 +85,7 @@ repos:
8585
- id: debug-statements
8686

8787
- repo: https://github.com/PyCQA/pydocstyle.git
88-
rev: 6.1.1
88+
rev: 6.3.0
8989
hooks:
9090
- id: pydocstyle
9191
additional_dependencies:
@@ -118,7 +118,7 @@ repos:
118118
D415,
119119
120120
- repo: https://github.com/codespell-project/codespell
121-
rev: v2.1.0
121+
rev: v2.3.0
122122
hooks:
123123
- id: codespell
124124
exclude: >
@@ -129,15 +129,15 @@ repos:
129129
)$
130130
131131
- repo: https://github.com/adrienverge/yamllint.git
132-
rev: v1.26.2
132+
rev: v1.35.1
133133
hooks:
134134
- id: yamllint
135135
args:
136136
- --strict
137137
types: [file, yaml]
138138

139139
- repo: https://github.com/PyCQA/flake8.git
140-
rev: 3.9.2
140+
rev: 7.1.1
141141
hooks:
142142
- id: flake8
143143
language_version: python3.10
@@ -148,7 +148,7 @@ repos:
148148
- wemake-python-styleguide >= 0.16.1
149149

150150
- repo: https://github.com/pre-commit/mirrors-mypy.git
151-
rev: v0.910
151+
rev: v1.12.1
152152
hooks:
153153
- id: mypy
154154
additional_dependencies:

0 commit comments

Comments
 (0)