Skip to content

Commit 2c11272

Browse files
chore: pre-commit autoupdate (#124)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd229c2 commit 2c11272

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
@@ -19,7 +19,7 @@ repos:
1919
- prettier
2020
- prettier-plugin-toml
2121
- repo: https://github.com/pre-commit/pre-commit-hooks.git
22-
rev: v4.1.0
22+
rev: v4.2.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
@@ -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.942
45+
rev: v0.950
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.13.4
51+
rev: v2.13.8
5252
hooks:
5353
- id: pylint
5454
additional_dependencies:

0 commit comments

Comments
 (0)