Skip to content

Commit

Permalink
chore: remove 'check-docstring-first' from pre-commit-hooks (#4293)
Browse files Browse the repository at this point in the history
- and re-sort the ignores of flake8

Signed-off-by: Xiangce Liu <[email protected]>
  • Loading branch information
xiangce authored Dec 2, 2024
1 parent b86efb5 commit 5118165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
# inherit from original .flake8
# add news:
# - W503 black conflicts with "line break before operator" rule
'--ignore=E203,E501,E126,E127,E128,E722,E741,W503,W504']
'--ignore=E126,E127,E128,E203,E501,E722,E741,W503,W504']

- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.2
Expand All @@ -30,4 +30,3 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-docstring-first

0 comments on commit 5118165

Please sign in to comment.