pyproject-transition #922

Merged
witten merged 7 commits from kaliko/borgmatic:pyproject-transition into main 2024-10-26 23:38:35 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit bd9751586c - Show all commits

View File

@ -1 +0,0 @@
select = Q0

View File

@ -45,3 +45,10 @@ commands =
deps = {[testenv]deps}
commands =
codespell --write-changes
[flake8]
max-line-length = 100
extend-ignore = E203,E501,W503
exclude = *.*/*
multiline-quotes = '''
docstring-quotes = '''