Skip to content

Commit baf46cd

Browse files
[pre-commit.ci] pre-commit autoupdate (#113)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991) - [github.com/PyCQA/pylint: v2.15.3 → v2.15.6](pylint-dev/pylint@v2.15.3...v2.15.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a414bb commit baf46cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ default_language_version:
55
python: python3.10
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0 # Use the ref you want to point at
8+
rev: v4.4.0 # Use the ref you want to point at
99
hooks:
1010
- id: trailing-whitespace
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- id: check-executables-have-shebangs
1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 5.0.4
20+
rev: 6.0.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v0.971
24+
rev: v0.991
2525
hooks:
2626
- id: mypy
2727
# empty args needed in order to match mypy cli behavior
@@ -33,7 +33,7 @@ repos:
3333
- types-setuptools
3434
- types-docutils
3535
- repo: https://github.com/PyCQA/pylint
36-
rev: v2.15.3
36+
rev: v2.15.6
3737
hooks:
3838
- id: pylint
3939
additional_dependencies:

0 commit comments

Comments
 (0)