Skip to content

Commit

Permalink
⚙ pre-commit: test pre-commit-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Oct 19, 2023
1 parent 8db9bc5 commit ca5a95d
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-toml
- id: check-yaml
- id: check-added-large-files
- id: check-ast

- repo: https://github.com/psf/black
rev: 23.10.0
hooks:
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
- hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
repo: https://github.com/psf/black
rev: 23.10.0
- hooks:
- args:
- --fix
- --exit-non-zero-on-fix
id: ruff
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/mirrors-mypy
- hooks:
- additional_dependencies:
- types-setuptools
id: mypy
repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: ['types-setuptools']
- hooks:
- id: pre-commit-update
repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.1.0

0 comments on commit ca5a95d

Please sign in to comment.