| 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 | ||
@@ -86,10 +86,10 @@ jobs: | |||
| 86 | 86 | runs-on: "ubuntu-22.04" | |
| 87 | 87 | steps: | |
| 88 | 88 | - name: Checkout 🛎️ | |
| 89 | - uses: "actions/checkout@v4" | ||
| 89 | + uses: "actions/checkout@v6" | ||
| 90 | 90 | ||
| 91 | 91 | - name: Setup Python 🐍 | |
| 92 | - uses: "actions/setup-python@v5" | ||
| 92 | + uses: "actions/setup-python@v6" | ||
| 93 | 93 | with: | |
| 94 | 94 | python-version: 3.8 | |
| 95 | 95 | ||
@@ -139,11 +139,11 @@ jobs: | |||
| 139 | 139 | runs-on: "ubuntu-22.04" | |
| 140 | 140 | steps: | |
| 141 | 141 | - name: Checkout 🛎️ | |
| 142 | - uses: "actions/checkout@v4" | ||
| 142 | + uses: "actions/checkout@v6" | ||
| 143 | 143 | if: startsWith(github.ref, 'refs/tags/') | |
| 144 | 144 | ||
| 145 | 145 | - name: Setup Python 🐍 | |
| 146 | - uses: "actions/setup-python@v5" | ||
| 146 | + uses: "actions/setup-python@v6" | ||
| 147 | 147 | if: startsWith(github.ref, 'refs/tags/') | |
| 148 | 148 | with: | |
| 149 | 149 | python-version: 3.8 | |
| 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: ^tests/data/.*$ | |||
| 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,6 +31,12 @@ 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 | 41 | rev: v0.7.0 | |
| 36 | 42 | hooks: | |
@@ -83,7 +89,7 @@ repos: | |||
| 83 | 89 | - id: snippet-fmt | |
| 84 | 90 | ||
| 85 | 91 | - repo: https://github.com/python-formate/formate | |
| 86 | - rev: v1.2.0 | ||
| 92 | + rev: v1.2.1 | ||
| 87 | 93 | hooks: | |
| 88 | 94 | - id: formate | |
| 89 | 95 | exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,7 @@ setenv = | |||
| 40 | 40 | PYTHONDEVMODE=1 | |
| 41 | 41 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 42 | 42 | SETUPTOOLS_USE_DISTUTILS=stdlib | |
| 43 | + download = True | ||
| 43 | 44 | deps = -r{toxinidir}/tests/requirements.txt | |
| 44 | 45 | commands = | |
| 45 | 46 | python --version | |
@@ -51,13 +52,11 @@ setenv = | |||
| 51 | 52 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 52 | 53 | ||
| 53 | 54 | [testenv:py313] | |
| 54 | - download = True | ||
| 55 | 55 | setenv = | |
| 56 | 56 | PYTHONDEVMODE=1 | |
| 57 | 57 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| 58 | 58 | ||
| 59 | 59 | [testenv:py312] | |
| 60 | - download = True | ||
| 61 | 60 | setenv = | |
| 62 | 61 | PYTHONDEVMODE=1 | |
| 63 | 62 | PIP_DISABLE_PIP_VERSION_CHECK=1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments