Skip to content

Commit

Permalink
chore: update ruff requirement from ~=0.7.2 to ~=0.8.1 in /{{cookiecu…
Browse files Browse the repository at this point in the history
…tter.repo_name}} (#98)
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 05077a1 commit 816fc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions snapshots/default/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dev = [
"build~=1.0",
"pre-commit~=4.0",
"pytest~=8.0",
"ruff~=0.7.2",
"ruff~=0.8.1",
"twine~=6.0",
]

Expand Down Expand Up @@ -63,9 +63,6 @@ select = [
]

ignore = [
# allow untyped self and cls args
"ANN101",
"ANN102",
# allow no return type from dunder methods
"ANN204",
# allow == True because pandas dataframes overload equality
Expand Down
5 changes: 1 addition & 4 deletions {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dev = [
"build~=1.0",
"pre-commit~=4.0",
"pytest~=8.0",
"ruff~=0.7.2",
"ruff~=0.8.1",
"twine~=6.0",
]

Expand Down Expand Up @@ -63,9 +63,6 @@ select = [
]

ignore = [
# allow untyped self and cls args
"ANN101",
"ANN102",
# allow no return type from dunder methods
"ANN204",
# allow == True because pandas dataframes overload equality
Expand Down

0 comments on commit 816fc6d

Please sign in to comment.