Skip to content

Commit

Permalink
Automated pre-commit hook update (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewMiddlehurst <[email protected]>
  • Loading branch information
1 parent b34e333 commit c32c898
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand Down Expand Up @@ -31,21 +31,21 @@ repos:
exclude: "tsml_eval/_wip/|tsml_eval/estimators/"

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.11.0
hooks:
- id: black
language_version: python3
exclude: "tsml_eval/_wip/|tsml_eval/estimators/"

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]
args: [ "--max-line-length=88", "--extend-ignore=E203" ]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.7.1
hooks:
- id: nbqa-isort
additional_dependencies: [ isort==5.10.1 ]
Expand All @@ -66,7 +66,7 @@ repos:
exclude: "^tsml_eval/_wip/|tsml_eval/estimators/"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.7.1
hooks:
- id: mypy
files: tsml_estimator_evaluation/
Expand Down

0 comments on commit c32c898

Please sign in to comment.