Skip to content

Commit

Permalink
Bump ruff to 0.261
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Apr 8, 2023
1 parent c53491b commit 74adb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.260'
rev: 'v0.0.261'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dev = [
"black >= 23.1,< 23.4",
'pre-commit >= 3.1.1,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest ~= 7.2.1",
"ruff~= 0.0.259"
"ruff~= 0.0.261"
]

# Dependencies required to build the documentation using sphinx
Expand Down

0 comments on commit 74adb2a

Please sign in to comment.