Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Oct 24, 2024
1 parent a3920ec commit 47aaea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ enable=
unused-variable,
unused-wildcard-import,
wildcard-import,
wrong-import-order,
wrong-import-position,
yield-outside-function

Expand Down
4 changes: 2 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ line-length = 88

extend-exclude = ["examples"]

select = [
lint.select = [
"E", # pycodestyle Errors
"W", # pycodestyle Warnings

Expand Down Expand Up @@ -39,6 +39,6 @@ select = [
# "YTT", # flake8-2020
]

[per-file-ignores]
[lint.per-file-ignores]
".github/workflows/docs/conf.py" = ["E402"]
"__init__.py" = ["F401"] # module imported but unused (6)

0 comments on commit 47aaea7

Please sign in to comment.