diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index c6bb33e9..00ad63f2 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -23,6 +23,7 @@ jobs: check-lint: "true" check-typing: "true" - version: "3.12" + check-lint: "true" check-typing: "true" steps: - uses: actions/checkout@v4 diff --git a/poetry.lock b/poetry.lock index 25dd8cfb..4192ded5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astor" @@ -942,21 +942,6 @@ files = [ [package.dependencies] flake8 = ">=3.0,<3.2.0 || >3.2.0" -[[package]] -name = "flake8-docstrings" -version = "1.7.0" -description = "Extension for flake8 which uses pydocstyle to check docstrings" -optional = false -python-versions = ">=3.7" -files = [ - {file = "flake8_docstrings-1.7.0-py2.py3-none-any.whl", hash = "sha256:51f2344026da083fc084166a9353f5082b01f72901df422f74b4d953ae88ac75"}, - {file = "flake8_docstrings-1.7.0.tar.gz", hash = "sha256:4c8cc748dc16e6869728699e5d0d685da9a10b0ea718e090b1ba088e67a941af"}, -] - -[package.dependencies] -flake8 = ">=3" -pydocstyle = ">=2.1" - [[package]] name = "flake8-pyproject" version = "1.2.3" @@ -1565,23 +1550,6 @@ files = [ {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, ] -[[package]] -name = "pydocstyle" -version = "6.3.0" -description = "Python docstring style checker" -optional = false -python-versions = ">=3.6" -files = [ - {file = "pydocstyle-6.3.0-py3-none-any.whl", hash = "sha256:118762d452a49d6b05e194ef344a55822987a462831ade91ec5c06fd2169d019"}, - {file = "pydocstyle-6.3.0.tar.gz", hash = "sha256:7ce43f0c0ac87b07494eb9c0b462c0b73e6ff276807f204d6b53edc72b7e44e1"}, -] - -[package.dependencies] -snowballstemmer = ">=2.2.0" - -[package.extras] -toml = ["tomli (>=1.2.3)"] - [[package]] name = "pyflakes" version = "3.2.0" @@ -1851,17 +1819,6 @@ files = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] -[[package]] -name = "snowballstemmer" -version = "2.2.0" -description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -optional = false -python-versions = "*" -files = [ - {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"}, - {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, -] - [[package]] name = "tomli" version = "2.0.1" @@ -2096,4 +2053,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "00d7ba7c5497551d09afa2d7b5445a608336251e7fc1437c009d934010f7fde2" +content-hash = "abafe37d7b666fdc7f93c70fba9b5de551456432abd6efc36bd1656b3d014633" diff --git a/pyproject.toml b/pyproject.toml index 916b64a2..2b2f74eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,6 @@ mypy = "*" flake8 = "*" flake8-bugbear = "*" flake8-comprehensions = "*" -flake8-docstrings = "*" flake8-simplify = "*" flake8-string-format = "*" flake8-pyproject = "*" @@ -157,4 +156,4 @@ ignore_errors = true [tool.flake8] max-line-length = 100 exclude = [".git", "__pycache__", "docs", "build", "dist", "test_*.py", "*.pyi"] -ignore = ["E704", "W503", "D200", "D107"] +ignore = ["E704", "W503"]