Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Remove darglint #838

Merged
merged 1 commit into from
Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ ignore = E203,E501,W503
max-line-length = 80
max-complexity = 10
docstring-convention = google
; darglint
strictness = long
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def precommit(session: Session) -> None:
session.install(
"bandit",
"black",
"darglint",
"flake8",
"flake8-bugbear",
"flake8-docstrings",
Expand Down
Loading