Skip to content

Commit

Permalink
Bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Nov 22, 2024
1 parent 7f4bd64 commit a930479
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -2,15 +2,15 @@ exclude: tests/(data|__snapshots__|samples)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/PyCQA/pylint
rev: v3.2.7
rev: v3.3.1
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -21,17 +21,17 @@ repos:
- "tree-sitter-zeek==0.1.1"

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ disable=
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-positional-arguments,
too-many-statements,

0 comments on commit a930479

Please sign in to comment.