Skip to content

Commit

Permalink
chore: Update dependencies, use ruff to format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
elisiariocouto committed Aug 21, 2024
1 parent c70a4e5 commit 5934633
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 154 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.5.0"
rev: "v0.6.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down
Loading

0 comments on commit 5934633

Please sign in to comment.