Skip to content

Commit 15353ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 23.1.0](psf/black@22.6.0...23.1.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.1.1](pre-commit/mirrors-mypy@v0.961...v1.1.1) - [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 24cbc5e commit 15353ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 23.1.0
44
hooks:
55
- id: black
66
args: [--line-length=100]
77
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v0.961
8+
rev: v1.1.1
99
hooks:
1010
- id: mypy
1111
name: mypy openml
@@ -20,7 +20,7 @@ repos:
2020
- types-requests
2121
- types-python-dateutil
2222
- repo: https://github.com/pycqa/flake8
23-
rev: 4.0.1
23+
rev: 6.0.0
2424
hooks:
2525
- id: flake8
2626
name: flake8 openml

0 commit comments

Comments
 (0)