We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc3a91 commit a9d49d4Copy full SHA for a9d49d4
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
files: test/.*
16
17
- repo: https://github.com/psf/black
18
- rev: 22.3.0
+ rev: 22.6.0
19
hooks:
20
- id: black
21
name: black formatter autosklearn
@@ -39,14 +39,14 @@ repos:
39
additional_dependencies: ["toml"] # Needed to parse pyproject.toml
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v0.942
+ rev: v0.971
43
44
- id: mypy
45
name: mypy auto-sklearn
46
files: autosklearn/.*
47
48
- repo: https://gitlab.com/pycqa/flake8
49
- rev: 4.0.1
+ rev: 5.0.4
50
51
- id: flake8
52
name: flake8 autosklearn
0 commit comments