diff --git a/check-darker.toml b/check-darker.toml index e29e6fad3..85532ab66 100644 --- a/check-darker.toml +++ b/check-darker.toml @@ -24,6 +24,10 @@ src = [ ] revision = "origin/master..." isort = true + +[tool.graylint] +src = ["."] +revision = "origin/master..." lint = [ "flake8", "mypy", diff --git a/pyproject.toml b/pyproject.toml index 57731a09c..d0167371e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,10 @@ src = [ ] revision = "origin/master..." +[tool.graylint] +revision = "origin/master..." +src = ["."] + [tool.pylint."messages control"] # Check import order only with isort. Pylint doesn't support a custom list of first # party packages. We want to consider "darkgraylib" and "graylint" as first party.