Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
- [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 8e4acaf commit 30d0c76
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 @@ -16,7 +16,7 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/PyCQA/isort
rev: '5.13.2'
rev: '6.0.1'
hooks:
- id: isort
language_version: python3.8
Expand All @@ -28,7 +28,7 @@ repos:
- id: stylelint
additional_dependencies: ['stylelint', 'stylelint-config-standard']
- repo: https://github.com/psf/black
rev: '24.8.0'
rev: '25.1.0'
hooks:
- id: black
language_version: python3.8

0 comments on commit 30d0c76

Please sign in to comment.