Skip to content

Commit 9fe7474

Browse files
authored
pre-commit autoupdate --freeze (carbon-language#1241)
Mainly running this now because I should've done this for the mypy rev, but letting it update in general.
1 parent 24bea76 commit 9fe7474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_language_version:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: 8fe62d14e0b4d7d845a7022c5c2c3ae41bdd3f26 # frozen: v4.1.0
15+
rev: db7346d375eda68a0174f2c057dd97f2fbffe030 # frozen: v4.2.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -86,7 +86,7 @@ repos:
8686
hooks:
8787
- id: flake8
8888
- repo: https://github.com/pre-commit/mirrors-mypy
89-
rev: 'v0.950'
89+
rev: 'a04404bdf52c2cbc9c5bd705454b89bd83b84383' # frozen: v0.950
9090
hooks:
9191
- id: mypy
9292
# Use setup.cfg to match the command line.

0 commit comments

Comments
 (0)