| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | - {python-version: "3.13", testenvs: "py313-click{7,8.0,8.1,8.2},build", experimental: False} | |
| 36 | 36 | - {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} | |
| 37 | 37 | - {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1}", experimental: False} | |
| 38 | - - {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-click{7,8.0,8.1}", experimental: True} | ||
| 38 | + - {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39-click{7,8.0,8.1}", experimental: True} | ||
| 39 | 39 | ||
| 40 | 40 | steps: | |
| 41 | 41 | - name: Checkout 🛎️ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,14 +32,17 @@ repos: | |||
| 32 | 32 | - id: end-of-file-fixer | |
| 33 | 33 | ||
| 34 | 34 | - repo: https://github.com/domdfcoding/pre-commit-hooks | |
| 35 | - rev: v0.6.0 | ||
| 35 | + rev: v0.7.0 | ||
| 36 | 36 | hooks: | |
| 37 | 37 | - id: requirements-txt-sorter | |
| 38 | 38 | args: | |
| 39 | 39 | - --allow-git | |
| 40 | 40 | - id: check-docstring-first | |
| 41 | 41 | exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$ | |
| 42 | 42 | - id: bind-requirements | |
| 43 | + args: | ||
| 44 | + - --python-min | ||
| 45 | + - '3.7' | ||
| 43 | 46 | ||
| 44 | 47 | - repo: https://github.com/python-formate/flake8-dunder-all | |
| 45 | 48 | rev: v0.5.0 | |
@@ -60,8 +63,8 @@ repos: | |||
| 60 | 63 | - id: rst-directive-colons | |
| 61 | 64 | - id: rst-inline-touching-normal | |
| 62 | 65 | ||
| 63 | - - repo: https://github.com/asottile/pyupgrade | ||
| 64 | - rev: v3.3.0 | ||
| 66 | + - repo: https://github.com/python-formate/pyupgrade | ||
| 67 | + rev: bbe3007 | ||
| 65 | 68 | hooks: | |
| 66 | 69 | - id: pyupgrade | |
| 67 | 70 | args: | |
@@ -80,7 +83,7 @@ repos: | |||
| 80 | 83 | - id: snippet-fmt | |
| 81 | 84 | ||
| 82 | 85 | - repo: https://github.com/python-formate/formate | |
| 83 | - rev: v1.2.0 | ||
| 86 | + rev: v1.2.1 | ||
| 84 | 87 | hooks: | |
| 85 | 88 | - id: formate | |
| 86 | 89 | exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments