Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #174

Merged
merged 1 commit into from
Oct 8, 2024
Merged
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
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,43 +45,43 @@ repos:
entry: check-ast
language: python
types: [python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: check-builtin-literals
name: check-builtin-literals
entry: check-builtin-literals
language: python
types: [python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: check-case-conflict
name: check-case-conflict
entry: check-case-conflict
language: python
types: [python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: check-merge-conflict
name: check-merge-conflict
entry: check-merge-conflict
language: python
types: [text]
stages: [commit]
stages: [Nonepre-commitNone]
- id: fix-byte-order-marker
name: fix-byte-order-marker
entry: fix-byte-order-marker
language: python
types: [python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: mixed-line-ending
name: mixed-line-ending
entry: mixed-line-ending
language: python
types_or: [c, c++, python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: end-of-file-fixer
name: end-of-file-fixer
entry: end-of-file-fixer
language: python
types_or: [python]
stages: [commit]
stages: [Nonepre-commitNone]
- id: darglint
name: darglint
entry: darglint
Expand All @@ -93,7 +93,7 @@ repos:
entry: end-of-file-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [Nonepre-commitNone, Nonepre-pushNone, manual]
- id: flake8
name: flake8
entry: flake8
Expand All @@ -120,7 +120,7 @@ repos:
entry: trailing-whitespace-fixer
language: system
types: [text]
stages: [commit, push, manual]
stages: [Nonepre-commitNone, Nonepre-pushNone, manual]
#- repo: https://github.com/pre-commit/mirrors-prettier
#rev: v4.0.0-alpha.8
# hooks:
Expand Down
Loading