Skip to content

Commit

Permalink
Remove deprecated pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 17, 2024
1 parent 0c569a9 commit aec609b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Expand Up @@ -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
Expand Down
47 changes: 2 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -77,7 +77,6 @@ mypy = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-comprehensions = "*"
flake8-docstrings = "*"
flake8-simplify = "*"
flake8-string-format = "*"
flake8-pyproject = "*"
Expand Down Expand Up @@ -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"]

0 comments on commit aec609b

Please sign in to comment.