Skip to content

Commit

Permalink
Delete misleading comment and enable FLY
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jan 29, 2025
1 parent 35479c9 commit 641ec72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ select = [
# https://docs.astral.sh/ruff/rules/#refurb-furb
# https://github.com/dosisod/refurb
"FURB",
# Can be useful for refactoring from old Python versions
# https://docs.astral.sh/ruff/rules/#flynt-fly
# https://github.com/ikamensh/flynt
# "FLY",
"FLY",
# https://docs.astral.sh/ruff/rules/#flake8-logging-format-g
# https://github.com/globality-corp/flake8-logging-format
"G",
Expand Down

0 comments on commit 641ec72

Please sign in to comment.