Skip to content

Commit 0cc882e

Browse files
author
Hao-Ting Wang
authored
Merge pull request #1 from SIMEXP/create-pull-request/patch
[BOT] update pre-commit hooks
2 parents 20ae9e5 + f66a887 commit 0cc882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repos:
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.2.6
18+
rev: v2.3.0
1919
hooks:
2020
- id: codespell
2121
additional_dependencies:
2222
- tomli
2323
args: ["--skip=*.svg"]
2424
exclude: 'paper/.*'
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.0.0
26+
rev: 7.1.0
2727
hooks:
2828
- id: flake8

0 commit comments

Comments
 (0)