Skip to content

Commit fe7613b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/pylint: v2.13.7 → v2.13.8](pylint-dev/pylint@v2.13.7...v2.13.8) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
1 parent 33d8bd1 commit fe7613b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ repos:
4141
exclude: *test-data
4242
additional_dependencies: [flake8-typing-imports==1.10.1]
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v2.13.7
44+
rev: v2.13.8
4545
hooks:
4646
- id: pylint
4747
exclude: *test-data
4848
args: ["--disable=import-error, cyclic-import"]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.942
50+
rev: v0.950
5151
hooks:
5252
- id: mypy
5353
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)