Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jun 22, 2024
1 parent ad5f082 commit ad5a23d
Showing 1 changed file with 5 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,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-executables-have-shebangs
# Check for invalid files
Expand All @@ -12,11 +12,11 @@ repos:
- id: fix-encoding-pragma
args: [--remove]
- id: mixed-line-ending
args: [--fix=lf]
args: [ --fix=lf ]
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
args: [ --markdown-linebreak-ext=md ]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
Expand All @@ -25,7 +25,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
args: [--line-length=120]
args: [ --line-length=120 ]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand All @@ -36,7 +36,7 @@ repos:
name: pylint
entry: pylint
language: system
types: [python]
types: [ python ]
require_serial: true
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.0'
Expand Down

0 comments on commit ad5a23d

Please sign in to comment.