Skip to content

Commit

Permalink
Merge pull request #31 from 153957/dependabot/pip/ruff-0.0.290
Browse files Browse the repository at this point in the history
Bump ruff from 0.0.287 to 0.0.290
  • Loading branch information
153957 committed Sep 21, 2023
2 parents e9ff14e + fcea3e9 commit d6c07c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ skip-string-normalization = true
[tool.ruff]
line-length = 120
target-version = 'py311'

select = [
# https://github.com/charliermarsh/ruff#supported-rules
'ALL',
'NURSERY',
]

preview = true
select = ['ALL'] # https://docs.astral.sh/ruff/rules/
ignore = [
'CPY001', # Do not require copyright notices
'D213', # Start multi-line docstring on first line
Expand Down
2 changes: 1 addition & 1 deletion requirements-ruff.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.0.287
ruff==0.0.290

0 comments on commit d6c07c2

Please sign in to comment.