Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Sep 16, 2023
1 parent f4eaa7c commit 4267ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Never enforce `E501` (line length violations).
# E203: https://github.com/psf/black/issues/1437
ignore = ["E501", "E203"]
ignore = ["E501"]

# Assume Python 3.8 because calibre
target-version = "py38"
Expand Down

0 comments on commit 4267ec1

Please sign in to comment.