Skip to content

Commit a9d49d4

Browse files
Update pre-commit hooks (#1552)
* chore: update pre-commit hooks * Update .pre-commit-config.yaml Co-authored-by: eddiebergman <[email protected]> Co-authored-by: Eddie Bergman <[email protected]>
1 parent 7fc3a91 commit a9d49d4

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

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

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.942
42+
rev: v0.971
4343
hooks:
4444
- id: mypy
4545
name: mypy auto-sklearn
4646
files: autosklearn/.*
4747

4848
- repo: https://gitlab.com/pycqa/flake8
49-
rev: 4.0.1
49+
rev: 5.0.4
5050
hooks:
5151
- id: flake8
5252
name: flake8 autosklearn

0 commit comments

Comments
 (0)