Skip to content

Commit

Permalink
Update pre-commit hooks (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: ci-bot <[email protected]>
Co-authored-by: Thibaut Durand <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent cdb7627 commit 0d3d19c
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 @@ -52,13 +52,13 @@ repos:
- id: black
language_version: python3.12
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.19.0"
rev: "1.19.1"
hooks:
- id: blacken-docs
additional_dependencies:
- black>=24.10
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff
args: [ --fix, --unsafe-fixes ]

0 comments on commit 0d3d19c

Please sign in to comment.