mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 14:40:00 +02:00
Merge pull request #92 from qurator-spk/update-pre-commit
Update pre commit
This commit is contained in:
commit
05b5502c57
5 changed files with 21 additions and 13 deletions
|
@ -1,8 +1,6 @@
|
||||||
# See https://pre-commit.com for more information
|
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v3.2.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
@ -13,17 +11,26 @@ repos:
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.10.0
|
rev: 23.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.0.280
|
rev: v0.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- args:
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
- --fix
|
||||||
|
- --exit-non-zero-on-fix
|
||||||
|
id: ruff
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.4.1
|
rev: v1.6.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- additional_dependencies:
|
||||||
|
- types-setuptools
|
||||||
|
id: mypy
|
||||||
|
|
||||||
|
- repo: https://gitlab.com/vojko.pribudic/pre-commit-update
|
||||||
|
rev: v0.1.0
|
||||||
|
hooks:
|
||||||
|
- id: pre-commit-update
|
||||||
|
|
|
@ -10,6 +10,7 @@ pytest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Test running examples
|
## Test running examples
|
||||||
|
|
||||||
Only unit tests:
|
Only unit tests:
|
||||||
```bash
|
```bash
|
||||||
pytest -m "not integration"
|
pytest -m "not integration"
|
||||||
|
@ -36,7 +37,7 @@ pytest -k "not test" --mypy
|
||||||
pytest -k "not test" --ruff
|
pytest -k "not test" --ruff
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to use pre-commit
|
# How to use pre-commit
|
||||||
|
|
||||||
This project optionally uses [pre-commit](https://pre-commit.com) to check commits. To use it:
|
This project optionally uses [pre-commit](https://pre-commit.com) to check commits. To use it:
|
||||||
|
|
||||||
|
|
|
@ -20183,4 +20183,4 @@
|
||||||
</PrintSpace>
|
</PrintSpace>
|
||||||
</Page>
|
</Page>
|
||||||
</Layout>
|
</Layout>
|
||||||
</alto>
|
</alto>
|
||||||
|
|
|
@ -61,4 +61,4 @@
|
||||||
</PrintSpace>
|
</PrintSpace>
|
||||||
</Page>
|
</Page>
|
||||||
</Layout>
|
</Layout>
|
||||||
</alto>
|
</alto>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue