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/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.14...v0.3.4)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 591f7ff commit b95c7cd
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 @@ -21,7 +21,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
additional_dependencies: [".[jupyter]"]
Expand All @@ -37,7 +37,7 @@ repos:
additional_dependencies: ["tomli"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.14'
rev: 'v0.3.4'
hooks:
- id: ruff
args: ['--fix']
Expand Down

0 comments on commit b95c7cd

Please sign in to comment.