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

Commit

Permalink
Merge pull request #838 from staticdev/bugfix/remove-darglint
Browse files Browse the repository at this point in the history
Remove darglint
  • Loading branch information
staticdev authored Dec 18, 2022
2 parents ddde2eb + 4fe48b6 commit 010135e
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 773 deletions.
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

0 comments on commit 010135e

Please sign in to comment.