Skip to content

Commit a5785f7

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#207)
2 parents 5c2dd9b + b7dfa5b commit a5785f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/pre-commit/mirrors-mypy
4-
rev: v2.0.0 # Use the sha / tag you want to point at
4+
rev: v2.1.0 # Use the sha / tag you want to point at
55
hooks:
66
- id: mypy
77
additional_dependencies:
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
- id: check-added-large-files
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.12
17+
rev: v0.15.13
1818
hooks:
1919
- id: ruff
2020
args: [ --fix ]

0 commit comments

Comments
 (0)