Skip to content

Commit

Permalink
logging-format-style new
Browse files Browse the repository at this point in the history
  • Loading branch information
svhoy committed Feb 15, 2024
1 parent 8cf4081 commit a78bde6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profile = "black"

#Pylint section
[tool.pylint]
logging-format-style = "new"

[tool.pylint.master]


Expand All @@ -24,6 +24,9 @@ const-naming-style='UPPER_CASE'
module-naming-style='camelCase'
class-naming-style='PascalCase'

[tool.pylint.'LOGGING']
logging-format-style = "new"

[tool.pylint.'MESSAGES CONTROL']
disable = ['I1101', 'C0114', 'C0115', 'C0116', 'W0621']

Expand Down

0 comments on commit a78bde6

Please sign in to comment.