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 16eab8b commit 0fdd6ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 0fdd6ce

Please sign in to comment.