Skip to content

Commit

Permalink
Merge pull request #117 from ocefpaf/update_pre-commits
Browse files Browse the repository at this point in the history
Update pre-commits
  • Loading branch information
ocefpaf authored Jun 18, 2024
2 parents d53704c + becd48c commit 54b49f9
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand All @@ -10,12 +10,12 @@ repos:
- id: file-contents-sorter

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: >
Expand Down

0 comments on commit 54b49f9

Please sign in to comment.