mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
added .pylintrc
This commit is contained in:
6
.pylintrc
Normal file
6
.pylintrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[MAIN]
|
||||||
|
max-line-length=120
|
||||||
|
ignore-paths=.*/migrations
|
||||||
|
load-plugins = pylint_django
|
||||||
|
disable = missing-class-docstring,missing-function-docstring,abstract-method,missing-module-docstring,imported-auth-user
|
||||||
|
good-names=pk
|
||||||
@@ -1,15 +1,6 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line_length = 119
|
line_length = 119
|
||||||
|
|
||||||
[tool.pylint]
|
|
||||||
max-line-length=120
|
|
||||||
ignore-paths=".*/migrations"
|
|
||||||
load-plugins = ["pylint_django "]
|
|
||||||
disable = ["missing-class-docstring", "missing-function-docstring", "abstract-method", "missing-module-docstring",
|
|
||||||
"imported-auth-user"]
|
|
||||||
good-names=["pk"]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cbwebreader"
|
name = "cbwebreader"
|
||||||
version = "1.0.5"
|
version = "1.0.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user