Skip to content

Commit

Permalink
Upgrade linter versions to same as MegaLinter
Browse files Browse the repository at this point in the history
Black to 24.10.0 and ruff to 0.6.9
  • Loading branch information
johannaengland committed Oct 17, 2024
1 parent c195882 commit 1a4bea7
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 @@ -8,11 +8,11 @@ repos:
- id: end-of-file-fixer
exclude: &exclude_pattern '^changelog.d/'
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.9
hooks:
- id: ruff
- repo: https://github.com/twisted/towncrier
Expand Down

0 comments on commit 1a4bea7

Please sign in to comment.