Skip to content

Commit

Permalink
allow relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Olonov committed Aug 4, 2023
1 parent adba07d commit 041197e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ disable = '''
W0511,
W1401,
R0801,
C0103
C0103,
E0402
'''

[tool.pylint.SPELLING]
Expand Down

0 comments on commit 041197e

Please sign in to comment.