Skip to content

Commit cb946d6

Browse files
[pre-commit.ci] pre-commit autoupdate (#107)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/pycqa/flake8: 5.0.3 → 5.0.4](PyCQA/flake8@5.0.3...5.0.4) - [github.com/PyCQA/pylint: v2.14.5 → v2.15.3](pylint-dev/pylint@v2.14.5...v2.15.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 99dca1d commit cb946d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ repos:
1313
- id: trailing-whitespace
1414
- id: check-executables-have-shebangs
1515
- repo: https://github.com/psf/black
16-
rev: 22.6.0
16+
rev: 22.8.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 5.0.3
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -33,7 +33,7 @@ repos:
3333
- types-setuptools
3434
- types-docutils
3535
- repo: https://github.com/PyCQA/pylint
36-
rev: v2.14.5
36+
rev: v2.15.3
3737
hooks:
3838
- id: pylint
3939
additional_dependencies:

0 commit comments

Comments
 (0)