Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Sep 13, 2024
1 parent b8097f7 commit 01bef40
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
flake8-max-line-length = 119
flake8-ignore =
[flake8]
max-line-length = 119
ignore =
# This rule goes against the PEP 8 recommended style and it's incompatible
# with W504
W503
Expand All @@ -9,7 +9,6 @@ flake8-ignore =
# E501: Line too long
number-parser/number_parser/data/* E501


# Exclude files that are meant to provide top-level imports
# F401: Module imported but unused
number-parser/number_parser/__init__.py F401

0 comments on commit 01bef40

Please sign in to comment.