Skip to content

Commit

Permalink
Uprade 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 16, 2024
1 parent 6dc98ef commit 413590b
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 @@ -15,11 +15,11 @@ repos:
- id: isort
name: isort (python)
- 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 413590b

Please sign in to comment.