mirror of https://github.com/eyhc1/rendercv.git
update black formatter
This commit is contained in:
parent
be046d2e40
commit
605697c089
|
@ -105,7 +105,7 @@ testing = ["coverage==7.4.0", "pytest==7.4.4", "time-machine==2.13.0"]
|
|||
|
||||
# Ruff is a linter (a tool to flag stylistic errors, bugs, suspicious constructs, etc.)
|
||||
# Black is a code formatter.
|
||||
development = ["ruff==0.1.13", "black==23.12.1"]
|
||||
development = ["ruff==0.1.13", "black==24.1.1"]
|
||||
|
||||
|
||||
# RenderCV uses different tools to check the code quality, format the code, build the
|
||||
|
@ -116,7 +116,8 @@ development = ["ruff==0.1.13", "black==23.12.1"]
|
|||
|
||||
[tool.black]
|
||||
line-length = 88 # The maximum line length
|
||||
experimental_string_processing = true
|
||||
preview = true
|
||||
enable-unstable-feature = ["string_processing"]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ['rendercv']
|
||||
|
|
Loading…
Reference in New Issue