diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05bac7967..8a48b3ca5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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