Skip to content

Commit

Permalink
Merge pull request #32 from ocefpaf/fix_indentation
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
ocefpaf authored May 24, 2022
2 parents ded5620 + f60f832 commit 6eec743
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
# Should be enough for setuptools-scm
fetch-depth: 100
persist-credentials: false
# Should be enough for setuptools-scm
fetch-depth: 100
persist-credentials: false

- name: Get tags
run: git fetch origin 'refs/tags/*:refs/tags/*'
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Install build tools
run: |
python -m pip install --upgrade pip build
python -m pip install --upgrade pip build twine
- name: Build binary wheel
run: python -m build --sdist --wheel . --outdir dist
Expand Down
13 changes: 4 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,11 @@ repos:
hooks:
- id: add-trailing-comma

- repo: https://github.com/deathbeds/prenotebook
rev: f5bdb72a400f1a56fe88109936c83aa12cc349fa
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
hooks:
- id: prenotebook

- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
hooks:
- id: pydocstyle
exclude: ^(docs|setup.py)
- id: pydocstyle
exclude: ^(docs|setup.py)

ci:
autofix_commit_msg: |
Expand Down

0 comments on commit 6eec743

Please sign in to comment.