Skip to content

Commit 9c50420

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent d26a911 commit 9c50420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 23.7.0
44
hooks:
55
- id: black
66
args: [--line-length=100]
@@ -28,7 +28,7 @@ repos:
2828
args: [ --disallow-untyped-defs, --disallow-any-generics,
2929
--disallow-any-explicit, --implicit-optional ]
3030
- repo: https://github.com/pycqa/flake8
31-
rev: 6.0.0
31+
rev: 6.1.0
3232
hooks:
3333
- id: flake8
3434
name: flake8 openml

0 commit comments

Comments
 (0)