Skip to content

Commit

Permalink
pre-commit autoupdate (#143)
Browse files Browse the repository at this point in the history
Closes: #141
Fixes: Python 3.12 (and Fedora 39) support
  • Loading branch information
Mikaela authored Oct 12, 2023
1 parent 563a57f commit 3823f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ ci:
autoupdate_schedule: weekly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude_types: [markdown]
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.3"
hooks:
- id: editorconfig-checker
alias: ec

0 comments on commit 3823f22

Please sign in to comment.