Skip to content

Commit

Permalink
Merge pull request #155 from jvanderaa/resync_2
Browse files Browse the repository at this point in the history
Resync 2
  • Loading branch information
jvanderaa authored Nov 13, 2023
2 parents a191346 + 770d7fe commit 0d9c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exclude = '''

[tool.pylint.basic]
# No docstrings required for private methods (Pylint default), or for test_ functions, or for inner Meta classes.
no-docstring-rgx="^(_|test_|Meta$)"
no-docstring-rgx = "^(_|test_|Meta$)"

[tool.pylint.messages_control]
# Line length is enforced by Black, so pylint doesn't need to check it.
Expand Down

0 comments on commit 0d9c766

Please sign in to comment.