| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f6d097c commit 63466cf
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ repos: | |||
| 32 | 32 | - id: end-of-file-fixer | |
| 33 | 33 | ||
| 34 | 34 | - repo: https://github.com/domdfcoding/pre-commit-hooks | |
| 35 | - rev: v0.5.0 | ||
| 35 | + rev: v0.6.0 | ||
| 36 | 36 | hooks: | |
| 37 | 37 | - id: requirements-txt-sorter | |
| 38 | 38 | args: | |
@@ -80,12 +80,15 @@ repos: | |||
| 80 | 80 | - id: snippet-fmt | |
| 81 | 81 | ||
| 82 | 82 | - repo: https://github.com/python-formate/formate | |
| 83 | - rev: v1.1.2 | ||
| 83 | + rev: v1.2.0 | ||
| 84 | 84 | hooks: | |
| 85 | 85 | - id: formate | |
| 86 | 86 | exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ | |
| 87 | 87 | additional_dependencies: | |
| 88 | 88 | - formate-trailing-commas>=0.1.1 | |
| 89 | + types_or: | ||
| 90 | + - python | ||
| 91 | + - pyi | ||
| 89 | 92 | ||
| 90 | 93 | - repo: https://github.com/python-coincidence/dep_checker | |
| 91 | 94 | rev: v0.9.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,7 @@ pytest-regressions>=2.0.2 | |||
| 9 | 9 | pytz>=2019.1 | |
| 10 | 10 | roman>=4.0 | |
| 11 | 11 | seed-intersphinx-mapping>=1.2.2 | |
| 12 | + setuptools<81 | ||
| 12 | 13 | sphinx>=3.0.3 | |
| 13 | 14 | sphinx-autofixture>=0.2.1 | |
| 14 | 15 | sphinx-copybutton>=0.2.12 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ requires = | |||
| 42 | 42 | pip>=21,!=22.2 | |
| 43 | 43 | tox-envlist>=0.2.1 | |
| 44 | 44 | tox~=3.0 | |
| 45 | - virtualenv!=20.16.0 | ||
| 45 | + virtualenv!=20.16.0,<20.39 | ||
| 46 | 46 | ||
| 47 | 47 | [envlists] | |
| 48 | 48 | test = | |
| Back | FazBrowse Home | New Git URL |
0 commit comments