Skip to content

Commit 56d9af3

Browse files
committed
remove black settings
1 parent 6819279 commit 56d9af3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ jobs = 16 #detect number of cores
9191
disable = "C,logging-fstring-interpolation,line-too-long,fixme,broad-exception-caught,missing-module-docstring,too-many-instance-attributes,too-few-public-methods,too-many-arguments,too-many-locals,too-many-branches,too-many-statements,use-dict-literal,cyclic-import,duplicate-code,too-many-public-methods"
9292
enable = "no-else-return,consider-using-in"
9393

94-
[tool.black]
95-
line-length = 100
96-
9794
[tool.ruff]
9895
line-length = 100 # Same as Black.
9996

python_template/basic_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
@dataclass
55
class BasicClass:
6-
int_var: int = 0
6+
int_var: int = 0

0 commit comments

Comments
 (0)