Skip to content

Commit

Permalink
Merge pull request #27 from minrk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
minrk authored Dec 9, 2024
2 parents bf92a17 + 2299e7b commit b3f513b
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 @@ -18,7 +18,7 @@ exclude: "(.*/)?secrets/.*|code_of_conduct.md|rule_of_participation.md"
repos:
# autoformat and lint Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.8.1
hooks:
- id: ruff
types_or: [python, jupyter]
Expand All @@ -34,6 +34,6 @@ repos:

# Autoformat and linting, misc. details
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer

0 comments on commit b3f513b

Please sign in to comment.