Skip to content

Commit

Permalink
Merge pull request #174 from christoph2/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
christoph2 authored Oct 8, 2024
2 parents 9ad4b92 + da6051d commit 9ce43cc
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit 9ce43cc

Please sign in to comment.