Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- [github.com/astral-sh/ruff-pre-commit: ac97362543353002a47d6cae8918b25444d102df → 75b98813cfb7e663870a28c74366a1e99d7bfe79](astral-sh/ruff-pre-commit@ac97362...75b9881)
- [github.com/asottile/blacken-docs: 4c97c4a0d921007af6fefae92d8447cfbf63720b → d4e2940d27621c7f20215459be05703947618b7b](adamchainz/blacken-docs@4c97c4a...d4e2940)
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- [github.com/astral-sh/ruff-pre-commit: ac97362543353002a47d6cae8918b25444d102df → 75b98813cfb7e663870a28c74366a1e99d7bfe79](astral-sh/ruff-pre-commit@ac97362...75b9881)
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- https://github.com/PyCQA/pylint/: da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa → 76bce72bc57cc8089e439cc9d22fed5806341ed4
- [github.com/DavidAnson/markdownlint-cli2: 24eb4dce508ab81398d14d75179123fca425f12d → da711fa8b30421506086eb2dc7ea0a6c3cb27b9f](DavidAnson/markdownlint-cli2@24eb4dc...da711fa)
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent a3ae4a9 commit 04cc61c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
minimum_pre_commit_version: "2.17"
default_stages: [commit]
default_stages: [Nonepre-commitNone]
default_language_version:
python: python3.12

Expand All @@ -15,7 +15,7 @@ repos:
- repo: meta
hooks:
- id: identity
stages: [commit, manual]
stages: [Nonepre-commitNone, manual]
- id: check-hooks-apply
stages: [manual]
- id: check-useless-excludes
Expand All @@ -27,12 +27,12 @@ repos:

# file checking out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-case-conflict
- id: check-shebang-scripts-are-executable
exclude: '^.*\.rs$'
stages: [commit]
stages: [Nonepre-commitNone]
- id: check-symlinks
- id: destroyed-symlinks
- id: forbid-new-submodules
Expand All @@ -49,7 +49,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
hooks:
- id: ruff
name: ruff (fix)
Expand All @@ -59,7 +59,7 @@ repos:

# blacken-docs - black for python code in docs (rst/md/tex)
- repo: https://github.com/asottile/blacken-docs
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
rev: d4e2940d27621c7f20215459be05703947618b7b # frozen: 1.19.0
hooks:
- id: blacken-docs
args: ["--line-length=100", "--target-version=py312"]
Expand Down Expand Up @@ -104,12 +104,12 @@ repos:

# code unspecific out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: end-of-file-fixer
stages: [commit]
stages: [Nonepre-commitNone]
- id: trailing-whitespace
stages: [commit]
stages: [Nonepre-commitNone]

# ####################################################################################
#
Expand All @@ -134,7 +134,7 @@ repos:

# code unspecific out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-merge-conflict
- id: detect-private-key
Expand All @@ -145,7 +145,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
hooks:
- id: ruff
name: ruff (lint)
Expand All @@ -156,7 +156,7 @@ repos:

# python specific out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: debug-statements
- id: fix-encoding-pragma
Expand All @@ -180,7 +180,7 @@ repos:

# pylint - python linter
- repo: https://github.com/PyCQA/pylint/
rev: da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa # frozen: v3.2.6
rev: 76bce72bc57cc8089e439cc9d22fed5806341ed4 # frozen: v3.3.1
hooks:
- id: pylint
name: spell-check (pylint+pyenchant)
Expand Down Expand Up @@ -218,7 +218,7 @@ repos:

# markdownlint - md file checker
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: 24eb4dce508ab81398d14d75179123fca425f12d # frozen: v0.13.0
rev: da711fa8b30421506086eb2dc7ea0a6c3cb27b9f # frozen: v0.14.0
hooks:
- id: markdownlint-cli2

Expand All @@ -228,7 +228,7 @@ repos:

# JSON specific out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand Down

0 comments on commit 04cc61c

Please sign in to comment.