Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 β†’ 23.3.0](psf/black@22.6.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 β†’ v1.2.0](pre-commit/mirrors-mypy@v0.961...v1.2.0)
- [github.com/pycqa/flake8: 4.0.1 β†’ 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 10, 2023
1 parent bb3793d commit b6285e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.3.0
hooks:
- id: black
args: [--line-length=100]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.2.0
hooks:
- id: mypy
name: mypy openml
Expand All @@ -20,7 +20,7 @@ repos:
- types-requests
- types-python-dateutil
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
name: flake8 openml
Expand Down

0 comments on commit b6285e9

Please sign in to comment.