Skip to content

Commit

Permalink
update pre-commits and skip unittest method
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 29, 2024
1 parent 4b68576 commit 22adebd
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 @@ -31,7 +31,7 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.6
hooks:
- id: ruff

Expand All @@ -41,11 +41,11 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
- --ignore-words-list=degreeE,degreee,varn,poit,uint,sur,herat,claus,tung,messsages
- --ignore-words-list=degreeE,degreee,varn,poit,uint,sur,herat,claus,tung,messsages,assertin
exclude: >
(?x)^(
.*\.xml|
Expand Down

0 comments on commit 22adebd

Please sign in to comment.