Skip to content

Commit

Permalink
Merge pull request #28 from 153957/dependabot/pip/ruff-0.0.280
Browse files Browse the repository at this point in the history
Bump ruff from 0.0.278 to 0.0.280
  • Loading branch information
153957 committed Jul 29, 2023
2 parents fd29011 + e982459 commit 3dd9d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Expand Up @@ -66,18 +66,12 @@ line-length = 120
select = [
# https://github.com/charliermarsh/ruff#supported-rules
'ALL',
'E111', 'E112', 'E113', 'E114', 'E115', 'E116', 'E117',
'E201', 'E202', 'E203',
'E211',
'E221', 'E222', 'E223', 'E224', 'E225', 'E226', 'E227', 'E228',
'E231',
'E251', 'E252',
'E261', 'E262', 'E265', 'E266',
'E271', 'E272', 'E273', 'E274', 'E275',
'NURSERY',
]
ignore = [
'ANN101', # No need to add type to self
'ARG001', # Function has required argument, even if they are not used
'CPY001', # Do not require copyright notices
'D', # Ignore docstring checks
'EM', # Allow messages directly in exceptions
'FBT001', # Allow positional for boolean arguments
Expand Down
2 changes: 1 addition & 1 deletion requirements-ruff.txt
@@ -1 +1 @@
ruff==0.0.278
ruff==0.0.280

0 comments on commit 3dd9d98

Please sign in to comment.