Skip to content

Commit 6eec743

Browse files
authored
Merge pull request #32 from ocefpaf/fix_indentation
fix indentation
2 parents ded5620 + f60f832 commit 6eec743

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
22-
# Should be enough for setuptools-scm
23-
fetch-depth: 100
24-
persist-credentials: false
22+
# Should be enough for setuptools-scm
23+
fetch-depth: 100
24+
persist-credentials: false
2525

2626
- name: Get tags
2727
run: git fetch origin 'refs/tags/*:refs/tags/*'
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install build tools
3535
run: |
36-
python -m pip install --upgrade pip build
36+
python -m pip install --upgrade pip build twine
3737
3838
- name: Build binary wheel
3939
run: python -m build --sdist --wheel . --outdir dist

.pre-commit-config.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,11 @@ repos:
6868
hooks:
6969
- id: add-trailing-comma
7070

71-
- repo: https://github.com/deathbeds/prenotebook
72-
rev: f5bdb72a400f1a56fe88109936c83aa12cc349fa
71+
- repo: https://github.com/pycqa/pydocstyle
72+
rev: 6.1.1
7373
hooks:
74-
- id: prenotebook
75-
76-
- repo: https://github.com/pycqa/pydocstyle
77-
rev: 6.1.1
78-
hooks:
79-
- id: pydocstyle
80-
exclude: ^(docs|setup.py)
74+
- id: pydocstyle
75+
exclude: ^(docs|setup.py)
8176

8277
ci:
8378
autofix_commit_msg: |

0 commit comments

Comments
 (0)