diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1294d6d..8f428ac 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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/*' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c1f25b..112d315 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: |