Skip to content

Commit

Permalink
Update ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Mar 2, 2024
1 parent 0cb7d99 commit 6766ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -44,7 +44,7 @@ repos:
- pytest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
@@ -1,5 +1,6 @@
// vim: set ft=json5
{
"editor.formatOnSaveMode": "modificationsIfAvailable",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
Expand Down

0 comments on commit 6766ac5

Please sign in to comment.