Skip to content

Commit

Permalink
Merge pull request #99 from Holzhaus/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
Holzhaus authored Aug 11, 2023
2 parents 8c1b02e + 02843f7 commit 04dbcb6
Show file tree
Hide file tree
Showing 16 changed files with 277 additions and 147 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -19,7 +19,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.5
hooks:
- id: codespell
args: [
Expand Down Expand Up @@ -51,10 +51,10 @@ repos:
warnings,
]
- repo: https://github.com/Holzhaus/sourceheaders
rev: v0.0.1
rev: v0.0.4
hooks:
- id: sourceheaders
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint
Loading

0 comments on commit 04dbcb6

Please sign in to comment.