Getting everything lined up and better organized.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-25 11:28:04 -04:00
parent a061e9a875
commit d8400af7c4
3 changed files with 2 additions and 33 deletions

View File

@@ -38,7 +38,7 @@ repos:
entry: reorder-python-imports
language: system
types: [python]
args: [--application-directories=src]
args: [--application-directories=src, --py39-plus]
- id: trailing-whitespace
name: Trim Trailing Whitespace
entry: trailing-whitespace-fixer

31
poetry.lock generated
View File

@@ -1688,17 +1688,6 @@ python-versions = "*"
[package.dependencies]
docutils = ">=0.11,<1.0"
[[package]]
name = "rstcheck"
version = "3.3.1"
description = "Checks syntax of reStructuredText and code blocks nested within it"
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
docutils = ">=0.7"
[[package]]
name = "ruamel.yaml"
version = "0.17.4"
@@ -2144,22 +2133,10 @@ jupyter = ["nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"]
optional = ["pygments", "colorama", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"]
tests = ["pytest", "pytest-cov", "codecov", "scikit-build", "cmake", "ninja", "pybind11", "nbformat", "nbconvert", "jupyter-client", "ipython", "ipykernel"]
[[package]]
name = "yamllint"
version = "1.26.1"
description = "A linter for YAML files."
category = "dev"
optional = false
python-versions = ">=3.5.*"
[package.dependencies]
pathspec = ">=0.5.3"
pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "61eddebfee1e96eb7e1eab1964b3e10a9429012a56e865cf06853476d98881d8"
content-hash = "a4f89733a8bf89ec5fea815fb9beff18f7757b75769169dbd2e965d189bf3279"
[metadata.files]
aioreactive = [
@@ -3002,9 +2979,6 @@ requests = [
restructuredtext-lint = [
{file = "restructuredtext_lint-1.3.2.tar.gz", hash = "sha256:d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"},
]
rstcheck = [
{file = "rstcheck-3.3.1.tar.gz", hash = "sha256:92c4f79256a54270e0402ba16a2f92d0b3c15c8f4410cb9c57127067c215741f"},
]
"ruamel.yaml" = [
{file = "ruamel.yaml-0.17.4-py3-none-any.whl", hash = "sha256:ac79fb25f5476e8e9ed1c53b8a2286d2c3f5dde49eb37dbcee5c7eb6a8415a22"},
{file = "ruamel.yaml-0.17.4.tar.gz", hash = "sha256:44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28"},
@@ -3288,6 +3262,3 @@ xdoctest = [
{file = "xdoctest-0.15.4-py3-none-any.whl", hash = "sha256:33d4a12cf70da245ca3f71be9ef03e0615fa862826bf6a08e8f025ce693e496d"},
{file = "xdoctest-0.15.4.tar.gz", hash = "sha256:ef1f93d2147988d3cb6f35c026ec32aca971923f86945a775f61e2f8de8505d1"},
]
yamllint = [
{file = "yamllint-1.26.1.tar.gz", hash = "sha256:87d9462b3ed7e9dfa19caa177f7a77cd9888b3dc4044447d6ae0ab233bcd1324"},
]

View File

@@ -90,8 +90,6 @@ sphinx = "^3.5.4"
sphinx-autobuild = "^2021.3.14"
pre-commit = "^2.12.1"
pre-commit-hooks = "^3.4.0"
yamllint = "^1.26.0"
rstcheck = "^3.3.1"
[tool.poetry.scripts]