summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow test suite to detect presence of CI.feature/skeletonJason R. Coombs2022-07-121-0/+2
* Remove circleci config. It's stale and now broken.Jason R. Coombs2022-07-121-52/+0
* Remove appveyor configJason R. Coombs2022-07-111-48/+0
* Remove pydocstyle, as it's crashing.Jason R. Coombs2022-07-111-22/+0
* Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2022-07-111-1/+1
|\
| * Ran pre-commit autoupdateJason R. Coombs2022-07-111-1/+1
* | Add some syntax to support Python 3.11.Jason R. Coombs2022-07-112-2/+6
* | Also mark decorators as noqa, as at least Python 3.7 complains. Ref #1968.Jason R. Coombs2022-07-1113-13/+13
* | Remove boilerplate from .gitignoreJason R. Coombs2022-07-111-58/+1
* | Remove lib from .gitignore, as cherrypy/lib is legit source.Jason R. Coombs2022-07-114-7/+5
* | Use a filthy syntax to satisfy both black and flake8.Jason R. Coombs2022-07-111-1/+2
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-07-1138-61/+70
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-07-111-1/+2
* | âš« Fade to black.Jason R. Coombs2022-07-1117-441/+629
* | Remove 'alabaster' and add pygmentsJason R. Coombs2022-07-111-1/+1
* | Fix typo in docs requirementsJason R. Coombs2022-07-111-1/+1
* | Remove 'Supported python version' section and repair syntax in _cpmodpyJason R. Coombs2022-07-113-7/+3
* | Remove pytest-sugarJason R. Coombs2022-07-111-1/+0
* | Disable mypy for now as everything is brokenJason R. Coombs2022-07-111-1/+1
* | âš« Fade to black.Jason R. Coombs2022-07-1185-1996/+2521
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-07-111-1/+0
* | Remove remove-tabs fixer. Tabs are great and preferred for config files. Excl...Jason R. Coombs2022-07-111-5/+1
* | Merge branch 'main' into feature/skeletonJason R. Coombs2022-07-111-1/+0
|\ \
| * | Revert "Make xfail mode strict in pytest"Jason R. Coombs2022-07-111-2/+0
* | | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2022-07-1019-493/+415
|\ \ \ | |/ / |/| / | |/
| * Honor PEP 518 with pytest-enabler.Jason R. Coombs2022-06-222-5/+5
| * Prefer spaces for rst. Fixes jaraco/skeleton#64.Jason R. Coombs2022-06-151-0/+3
| * exclude build env from cov reporting (#60)wim glenn2022-06-051-0/+1
| * Update Github actions to v3 (#62)Anderson Bravalheri2022-06-041-4/+4
| * Update base URL for PEPs (#61)Hugo van Kemenade2022-06-041-1/+1
| * Add Python 3.11 into the matrix using workaround from actions/setup-python#21...Jason R. Coombs2022-06-041-3/+5
| * Inject check job into CI workflow as ultimate flag (#55)Sviatoslav Sydorenko2022-04-221-1/+16
| * Ran pre-commit autoupdateJason R. Coombs2022-02-191-1/+1
| * Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)Anderson Bravalheri2022-02-121-0/+2
| * Require jaraco.packaging 9 adding compatibility for projects with no setup.py...Jason R. Coombs2022-02-101-1/+1
| * Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131.Jason R. Coombs2022-02-102-4/+1
| * Use the parent category PytestDeprecationWarning, which is available on older...Jason R. Coombs2022-02-051-3/+3
| * Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57.Jason R. Coombs2022-02-041-0/+11
| * Remove setup.py, no longer needed.Jason R. Coombs2022-02-011-6/+0
| * Update badge yearJason R. Coombs2022-02-011-1/+1
| * Remove filtered warnings, addressed upstream.Jason R. Coombs2021-12-171-2/+0
| * Require Python 3.7 or later.Jason R. Coombs2021-11-242-2/+2
| * Remove wheel from build requirements. It's implied for wheel builds. Ref pypa...Jason R. Coombs2021-10-221-1/+1
| * Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.Jason R. Coombs2021-10-072-3/+1
| * Test on Python 3.10 (final).Jason R. Coombs2021-10-051-3/+6
| * Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi...Jason R. Coombs2021-09-171-0/+7
| * .editorconfig: Set max_line_length to 88 for Python files.Alan Fregtman2021-09-041-0/+1
| * Remove blacken docs as it cannot honor Python's default repr. Ref asottile/bl...Jason R. Coombs2021-07-211-5/+0
| * Use line continuations to indicate which exclusions are for which workarounds.Jason R. Coombs2021-07-161-4/+6
| * Remove workaround for python/typed_ast#156.Jason R. Coombs2021-07-161-4/+2