remove flynt

This commit is contained in:
JensDiemer 2022-09-19 08:33:29 +02:00
parent b671d9adc0
commit 32e9d4f7b6
2 changed files with 0 additions and 6 deletions

View file

@ -27,12 +27,10 @@ update: check-poetry ## update the sources and installation and generate "conf/
poetry export -f requirements.txt --output conf/requirements.txt
lint: ## Run code formatters and linter
poetry run flynt --fail-on-change --line-length=${MAX_LINE_LENGTH} .
poetry run isort --check-only .
poetry run flake8 .
fix-code-style: ## Fix code formatting
poetry run flynt --line-length=${MAX_LINE_LENGTH} .
poetry run black --verbose --safe --line-length=${MAX_LINE_LENGTH} --skip-string-normalization .
poetry run isort .

View file

@ -48,10 +48,6 @@ lint = [
log_level = "INFO"
[tool.flynt]
line_length = 100
[tool.isort]
# https://pycqa.github.io/isort/docs/configuration/config_files/#pyprojecttoml-preferred-format
atomic=true