Skip to content

Commit

Permalink
lint: temporarily disable pydoclint
Browse files Browse the repository at this point in the history
For now pydoclint can't have global or inline checks disabled. While
we don't find a solution for that, let's disable it for now.
  • Loading branch information
bruno-fs committed Jul 9, 2024
1 parent 5abc48c commit 99f04fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ repos:
language: system
types: [text]
stages: [commit, push, manual]
- id: pydoclint
name: pydoclint
entry: pydoclint
language: system
types: [python]
# - id: pydoclint
# name: pydoclint
# entry: pydoclint
# language: system
# types: [python]
- id: ruff
name: ruff
entry: ruff check
Expand Down

0 comments on commit 99f04fd

Please sign in to comment.