Skip to content

Commit 74c4035

Browse files
authored
chore: update pre-commit hooks
1 parent ac745c0 commit 74c4035

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
@@ -15,7 +15,7 @@ repos:
1515
files: test/.*
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.6.0
18+
rev: 22.10.0
1919
hooks:
2020
- id: black
2121
name: black formatter autosklearn
@@ -39,7 +39,7 @@ repos:
3939
additional_dependencies: ["toml"] # Needed to parse pyproject.toml
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.971
42+
rev: v0.982
4343
hooks:
4444
- id: mypy
4545
name: mypy auto-sklearn

0 commit comments

Comments
 (0)