Skip to content

Commit

Permalink
Merge pull request #1 from SIMEXP/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] update pre-commit hooks
  • Loading branch information
htwangtw authored Jul 16, 2024
2 parents 20ae9e5 + f66a887 commit 0cc882e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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

0 comments on commit 0cc882e

Please sign in to comment.