Skip to content

Commit

Permalink
Merge pull request #1136 from ocefpaf/update_pre-commits
Browse files Browse the repository at this point in the history
update pre-commits
  • Loading branch information
ocefpaf authored Feb 4, 2025
2 parents 37ce05a + 40396f3 commit c4c93a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- test_requirements.txt

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3
Expand All @@ -31,7 +31,7 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -42,11 +42,11 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args:
- --ignore-words-list=degreeE,degreee,varn,poit,uint,sur,herat,claus,tung,messsages,assertin
- --ignore-words-list=degreee,varn,poit,uint,sur,herat,claus,tung,messsages,assertin,abd
exclude: >
(?x)^(
.*\.xml|
Expand Down
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@
"Miscellaneous",
),
]

# GitHub issuecomment anchors are returning as broken for some reason.
linkcheck_ignore = ["https://github.com/ioos/compliance-checker/issues/.*"]

0 comments on commit c4c93a7

Please sign in to comment.