Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgan committed Sep 23, 2021
1 parent 24e75dc commit 12ccb26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
local_scheme = "no-local-version"
version_scheme = "release-branch-semver"

[tool.black]
line-length = 98
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude =
*.pyc
.eggs

testenv:lint]
[testenv:lint]
skip_install = True
commands_pre =
deps =
Expand Down

0 comments on commit 12ccb26

Please sign in to comment.