Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 0.11.0 rev: 3.2.1 hooks: - id: flakeheaven additional_dependencies: Loading README.md +1 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,7 @@ Usage ----- Add the plugins package to your test dependencies, wherever they are: ``` kodo-cover-plugin-test-context @ git+https://code.kodo.org.uk/dom/cover-plugin-test-context ``` `kodo.plugins.cover-test-context` Then add the plugin to your `coverage` configuration: Loading pyproject.toml +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ requires = ["flit_core ~=3.2"] build-backend = "flit_core.buildapi" [project] name = "kodo.plugins.cover_test_context" name = "kodo.plugins.cover-test-context" authors = [ {name = "Dom Sekotill", email = "dom.sekotill@kodo.org.uk"}, ] Loading @@ -24,6 +24,7 @@ classifiers = [ [project.urls] Repository = "https://code.kodo.org.uk/dom/cover-plugin-test-context" Issues = "https://code.kodo.org.uk/dom/cover-plugin-test-context/-/issues" [tool.isort] Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 0.11.0 rev: 3.2.1 hooks: - id: flakeheaven additional_dependencies: Loading
README.md +1 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,7 @@ Usage ----- Add the plugins package to your test dependencies, wherever they are: ``` kodo-cover-plugin-test-context @ git+https://code.kodo.org.uk/dom/cover-plugin-test-context ``` `kodo.plugins.cover-test-context` Then add the plugin to your `coverage` configuration: Loading
pyproject.toml +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ requires = ["flit_core ~=3.2"] build-backend = "flit_core.buildapi" [project] name = "kodo.plugins.cover_test_context" name = "kodo.plugins.cover-test-context" authors = [ {name = "Dom Sekotill", email = "dom.sekotill@kodo.org.uk"}, ] Loading @@ -24,6 +24,7 @@ classifiers = [ [project.urls] Repository = "https://code.kodo.org.uk/dom/cover-plugin-test-context" Issues = "https://code.kodo.org.uk/dom/cover-plugin-test-context/-/issues" [tool.isort] Loading