Skip to content

Commit

Permalink
pre-commit hooks auto-update (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: htwangtw <[email protected]>
  • Loading branch information
github-actions[bot] and htwangtw authored Jul 23, 2024
1 parent f65338e commit 3331ac2
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
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies: [types-all, pandas-stubs, types-tqdm]
Expand All @@ -21,15 +21,15 @@ repos:
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli
args: ["--skip=*.svg"]
exclude: 'paper/.*'
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/hadolint/hadolint
Expand Down

0 comments on commit 3331ac2

Please sign in to comment.