Skip to content

Commit a3a93a6

Browse files
pre-commit-ci[bot]hartwork
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/psf/black.git: 24.1.1 → 24.4.2](https://github.com/psf/black.git/compare/24.1.1...24.4.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/pycqa/pylint: v3.0.3 → v3.2.2](pylint-dev/pylint@v3.0.3...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
1 parent 6e5ed91 commit a3a93a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ repos:
4242
hooks:
4343
- id: isort
4444
- repo: https://github.com/psf/black.git
45-
rev: 24.1.1
45+
rev: 24.4.2
4646
hooks:
4747
- id: black
4848
language_version: python3
4949
- repo: https://github.com/pre-commit/pre-commit-hooks.git
50-
rev: v4.5.0
50+
rev: v4.6.0
5151
hooks:
5252
- id: end-of-file-fixer
5353
- id: trailing-whitespace
@@ -69,11 +69,11 @@ repos:
6969
- flake8-pytest-style>=1.5.0
7070
language_version: python3
7171
- repo: https://github.com/pycqa/pylint
72-
rev: v3.0.3
72+
rev: v3.2.2
7373
hooks:
7474
- id: pylint
7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.8.0
76+
rev: v1.10.0
7777
hooks:
7878
- id: mypy
7979
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)