Skip to content

Commit

Permalink
Disable darglint, which was failing for non-obvious reasons; perhaps …
Browse files Browse the repository at this point in the history
…a 'google doc style' needs to be somehow explicitly specified
  • Loading branch information
anschweitzer committed Aug 6, 2024
1 parent e25a6bb commit 6353e2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ repos:
entry: check-yaml
language: system
types: [yaml]
- id: darglint
name: darglint
entry: darglint
language: system
types: [python]
stages: [manual]
# - id: darglint
# name: darglint
# entry: darglint
# language: system
# types: [python]
# stages: [manual]
- id: end-of-file-fixer
name: Fix End of Files
entry: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def precommit(session: Session) -> None:
]
session.install(
"black",
"darglint",
# "darglint",
"flake8",
"flake8-bandit",
"flake8-bugbear",
Expand Down

0 comments on commit 6353e2f

Please sign in to comment.