Solution to problem 6 in Python

This commit is contained in:
David Doblas Jiménez
2022-03-10 10:11:20 +01:00
parent 4e8696a16e
commit faaba83daf
2 changed files with 104 additions and 6 deletions

View File

@@ -30,6 +30,11 @@ force_grid_wrap = 0
use_parentheses = true
line_length = 79
[tool.mypy]
pretty = true
show_traceback = true
allow_redefinition = true
[tool.black]
line-length = 79
target-version = ['py38']
@@ -53,8 +58,3 @@ exclude = '''
# the root of the project
)
'''
[tool.mypy]
pretty = true
show-traceback = true
allow-redefinition = true