Skip to content

Commit

Permalink
Update Ruff and add formater
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Feb 15, 2024
1 parent c3f9c7e commit e8b2253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.3
rev: v0.2.1
hooks:
- id: ruff
args: [--show-source, --fix]
- id: ruff-format

0 comments on commit e8b2253

Please sign in to comment.