| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | ||
| 20 | 20 | steps: | |
| 21 | 21 | - name: Checkout 🛎️ | |
| 22 | - uses: "actions/checkout@v4" | ||
| 22 | + uses: "actions/checkout@v6" | ||
| 23 | 23 | ||
| 24 | 24 | - name: Check for changed files | |
| 25 | 25 | uses: dorny/paths-filter@v2 | |
@@ -32,7 +32,7 @@ jobs: | |||
| 32 | 32 | ||
| 33 | 33 | - name: Setup Python 🐍 | |
| 34 | 34 | if: steps.changes.outputs.code == 'true' | |
| 35 | - uses: "actions/setup-python@v5" | ||
| 35 | + uses: "actions/setup-python@v6" | ||
| 36 | 36 | with: | |
| 37 | 37 | python-version: "3.9" | |
| 38 | 38 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | ||
| 25 | 25 | steps: | |
| 26 | 26 | - name: Checkout 🛎️ | |
| 27 | - uses: "actions/checkout@v4" | ||
| 27 | + uses: "actions/checkout@v6" | ||
| 28 | 28 | ||
| 29 | 29 | - name: Check for changed files | |
| 30 | 30 | uses: dorny/paths-filter@v2 | |
@@ -37,7 +37,7 @@ jobs: | |||
| 37 | 37 | ||
| 38 | 38 | - name: Setup Python 🐍 | |
| 39 | 39 | if: steps.changes.outputs.code == 'true' | |
| 40 | - uses: "actions/setup-python@v5" | ||
| 40 | + uses: "actions/setup-python@v6" | ||
| 41 | 41 | with: | |
| 42 | 42 | python-version: "3.9" | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | ||
| 37 | 37 | steps: | |
| 38 | 38 | - name: Checkout 🛎️ | |
| 39 | - uses: "actions/checkout@v4" | ||
| 39 | + uses: "actions/checkout@v6" | ||
| 40 | 40 | ||
| 41 | 41 | - name: Check for changed files | |
| 42 | 42 | if: startsWith(github.ref, 'refs/tags/') != true | |
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | - name: Setup Python 🐍 | |
| 52 | 52 | id: setup-python | |
| 53 | 53 | if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }} | |
| 54 | - uses: "actions/setup-python@v5" | ||
| 54 | + uses: "actions/setup-python@v6" | ||
| 55 | 55 | with: | |
| 56 | 56 | python-version: "${{ matrix.config.python-version }}" | |
| 57 | 57 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ jobs: | |||
| 37 | 37 | ||
| 38 | 38 | steps: | |
| 39 | 39 | - name: Checkout 🛎️ | |
| 40 | - uses: "actions/checkout@v4" | ||
| 40 | + uses: "actions/checkout@v6" | ||
| 41 | 41 | ||
| 42 | 42 | - name: Check for changed files | |
| 43 | 43 | if: startsWith(github.ref, 'refs/tags/') != true | |
@@ -52,7 +52,7 @@ jobs: | |||
| 52 | 52 | - name: Setup Python 🐍 | |
| 53 | 53 | id: setup-python | |
| 54 | 54 | if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }} | |
| 55 | - uses: "actions/setup-python@v5" | ||
| 55 | + uses: "actions/setup-python@v6" | ||
| 56 | 56 | with: | |
| 57 | 57 | python-version: "${{ matrix.config.python-version }}" | |
| 58 | 58 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | ||
| 37 | 37 | steps: | |
| 38 | 38 | - name: Checkout 🛎️ | |
| 39 | - uses: "actions/checkout@v4" | ||
| 39 | + uses: "actions/checkout@v6" | ||
| 40 | 40 | ||
| 41 | 41 | - name: Check for changed files | |
| 42 | 42 | if: startsWith(github.ref, 'refs/tags/') != true | |
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | - name: Setup Python 🐍 | |
| 52 | 52 | id: setup-python | |
| 53 | 53 | if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }} | |
| 54 | - uses: "actions/setup-python@v5" | ||
| 54 | + uses: "actions/setup-python@v6" | ||
| 55 | 55 | with: | |
| 56 | 56 | python-version: "${{ matrix.config.python-version }}" | |
| 57 | 57 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ exclude: ^$ | |||
| 5 | 5 | ||
| 6 | 6 | ci: | |
| 7 | 7 | autoupdate_schedule: quarterly | |
| 8 | + skip: [taplo-lint] | ||
| 8 | 9 | ||
| 9 | 10 | repos: | |
| 10 | 11 | - repo: https://github.com/repo-helper/pyproject-parser | |
@@ -21,7 +22,6 @@ repos: | |||
| 21 | 22 | - id: check-case-conflict | |
| 22 | 23 | - id: check-executables-have-shebangs | |
| 23 | 24 | - id: check-json | |
| 24 | - - id: check-toml | ||
| 25 | 25 | - id: check-yaml | |
| 26 | 26 | - id: check-merge-conflict | |
| 27 | 27 | - id: check-symlinks | |
@@ -31,15 +31,24 @@ repos: | |||
| 31 | 31 | - id: mixed-line-ending | |
| 32 | 32 | - id: end-of-file-fixer | |
| 33 | 33 | ||
| 34 | + - repo: https://github.com/domdfcoding/taplo-pre-commit | ||
| 35 | + rev: v0.10.0 | ||
| 36 | + hooks: | ||
| 37 | + - id: taplo-lint | ||
| 38 | + args: [] | ||
| 39 | + | ||
| 34 | 40 | - repo: https://github.com/domdfcoding/pre-commit-hooks | |
| 35 | - rev: v0.6.0 | ||
| 41 | + rev: v0.7.0 | ||
| 36 | 42 | hooks: | |
| 37 | 43 | - id: requirements-txt-sorter | |
| 38 | 44 | args: | |
| 39 | 45 | - --allow-git | |
| 40 | 46 | - id: check-docstring-first | |
| 41 | 47 | exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$ | |
| 42 | 48 | - id: bind-requirements | |
| 49 | + args: | ||
| 50 | + - --python-min | ||
| 51 | + - '3.7' | ||
| 43 | 52 | ||
| 44 | 53 | - repo: https://github.com/python-formate/flake8-dunder-all | |
| 45 | 54 | rev: v0.5.0 | |
@@ -60,8 +69,8 @@ repos: | |||
| 60 | 69 | - id: rst-directive-colons | |
| 61 | 70 | - id: rst-inline-touching-normal | |
| 62 | 71 | ||
| 63 | - - repo: https://github.com/asottile/pyupgrade | ||
| 64 | - rev: v3.3.0 | ||
| 72 | + - repo: https://github.com/python-formate/pyupgrade | ||
| 73 | + rev: bbe3007 | ||
| 65 | 74 | hooks: | |
| 66 | 75 | - id: pyupgrade | |
| 67 | 76 | args: | |
@@ -80,7 +89,7 @@ repos: | |||
| 80 | 89 | - id: snippet-fmt | |
| 81 | 90 | ||
| 82 | 91 | - repo: https://github.com/python-formate/formate | |
| 83 | - rev: v1.2.0 | ||
| 92 | + rev: v1.2.1 | ||
| 84 | 93 | hooks: | |
| 85 | 94 | - id: formate | |
| 86 | 95 | exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,7 @@ setenv = | |||
| 37 | 37 | PYTHONDEVMODE=1 | |
| 38 | 38 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 39 | 39 | SETUPTOOLS_USE_DISTUTILS=stdlib | |
| 40 | + download = True | ||
| 40 | 41 | deps = importcheck>=0.1.0 | |
| 41 | 42 | commands = | |
| 42 | 43 | python --version | |
@@ -48,13 +49,11 @@ setenv = | |||
| 48 | 49 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 49 | 50 | ||
| 50 | 51 | [testenv:py313] | |
| 51 | - download = True | ||
| 52 | 52 | setenv = | |
| 53 | 53 | PYTHONDEVMODE=1 | |
| 54 | 54 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 55 | 55 | ||
| 56 | 56 | [testenv:py312] | |
| 57 | - download = True | ||
| 58 | 57 | setenv = | |
| 59 | 58 | PYTHONDEVMODE=1 | |
| 60 | 59 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments