diff --git a/noxfile.py b/noxfile.py index 6140d93..2b4c101 100644 --- a/noxfile.py +++ b/noxfile.py @@ -12,7 +12,7 @@ def lint(session): @nox.session def build_and_check_dists(session): session.install("build", "check-manifest >= 0.42", "twine") - # session.run("check-manifest", "--ignore", "noxfile.py,tests/**,examples/**") + session.run("check-manifest", "--ignore", "noxfile.py,tests/**,examples/**") session.run("python", "-m", "build") session.run("python", "-m", "twine", "check", "dist/*") diff --git a/pyproject.toml b/pyproject.toml index b641a0a..bf6afce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,4 +40,4 @@ line-length = 99 extend-select = ["E501", "T20", "E", "PL"] [tool.ruff.lint.extend-per-file-ignores] -"*register*.py" = ["E501"] \ No newline at end of file +"*register_map*.py" = ["E501"]