Merge remote-tracking branch 'paperless/dev' into feature-consume-eml

This commit is contained in:
phail 2022-10-27 23:12:51 +02:00
commit 5ef86f9489
2 changed files with 4 additions and 6 deletions

View File

@ -44,8 +44,7 @@ jobs:
- -
name: Install pipenv name: Install pipenv
run: | run: |
pipx install pipenv==2022.8.5 pipx install pipenv==2022.10.12
pipenv --version
- -
name: Set up Python name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
@ -107,8 +106,7 @@ jobs:
- -
name: Install pipenv name: Install pipenv
run: | run: |
pipx install pipenv==2022.10.4 pipx install pipenv==2022.10.12
pipenv --version
- -
name: Set up Python name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4

View File

@ -37,7 +37,7 @@ repos:
exclude: "(^Pipfile\\.lock$)" exclude: "(^Pipfile\\.lock$)"
# Python hooks # Python hooks
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3 rev: v3.9.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
exclude: "(migrations)" exclude: "(migrations)"
@ -63,7 +63,7 @@ repos:
hooks: hooks:
- id: black - id: black
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.0.0 rev: v3.1.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
exclude: "(migrations)" exclude: "(migrations)"