Skip to content

Commit

Permalink
Upgrade to Ruff v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 1, 2024
1 parent c4579e1 commit f929597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.15
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"editor.formatOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff == 0.1.4
ruff == 0.1.15
pytest
pytest-cov[toml]
pytest-xdist
Expand Down

0 comments on commit f929597

Please sign in to comment.