Skip to content

Commit

Permalink
trigger pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Dec 12, 2024
1 parent cae283f commit a12dbdb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: check-toml
- id: check-added-large-files
- id: check-case-conflict
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
- id: end-of-file-fixer
- id: check-toml
- id: check-added-large-files
- id: check-case-conflict
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
hooks:
- id: pyupgrade
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "7.1.1"
hooks:
- id: flake8
Expand Down

0 comments on commit a12dbdb

Please sign in to comment.