Skip to content

Commit 78771de

Browse files
authored
Merge pull request #123 from pycontribs/pre-commit-ci-update-config
chore: pre-commit autoupdate
2 parents cee6d5a + 72ae03f commit 78771de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_language_version:
1212
repos:
1313
- repo: https://github.com/pre-commit/mirrors-prettier
1414
# keep it before yamllint
15-
rev: v2.6.1
15+
rev: v2.6.2
1616
hooks:
1717
- id: prettier
1818
additional_dependencies:
@@ -42,13 +42,13 @@ repos:
4242
- flake8-docstrings>=1.6.0
4343
- flake8-pytest-style>=1.6.0
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.931
45+
rev: v0.942
4646
hooks:
4747
- id: mypy
4848
# empty args needed in order to match mypy cli behavior
4949
# args: [--strict]
5050
- repo: https://github.com/pycqa/pylint
51-
rev: v2.12.2
51+
rev: v2.13.4
5252
hooks:
5353
- id: pylint
5454
additional_dependencies:

0 commit comments

Comments
 (0)