Skip to content

Commit 2a93f16

Browse files
authored
Merge pull request #7 from BartSte/develop
Develop
2 parents 4da0a23 + a60318d commit 2a93f16

6 files changed

Lines changed: 952 additions & 1325 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ on:
1111
jobs:
1212
pytest:
1313
uses: BartSte/.github/.github/workflows/pytest.yml@main
14-
with:
15-
python-version: "3.11"

.github/workflows/thirdpartylicenses.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 26.3.1
4+
hooks:
5+
- id: black
6+
args: [--line-length=80]
7+
- repo: https://github.com/pycqa/isort
8+
rev: 9.0.0a3
9+
hooks:
10+
- id: isort
11+
args: [--line-length=80]
12+
- repo: https://github.com/pycqa/flake8
13+
rev: 7.3.0
14+
hooks:
15+
- id: flake8
16+
args: [--max-line-length=80]
17+
- repo: https://github.com/BartSte/pre-commit-hooks
18+
rev: v1.1.4
19+
hooks:
20+
- id: run-third-party-license-generator
21+
args: [-g]

0 commit comments

Comments
 (0)