summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate (#1847)3.1.xDavid Lord2023-05-021-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-05-021-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2)
* [pre-commit.ci] pre-commit autoupdate (#1831)David Lord2023-04-041-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-04-041-1/+1
|/ | | | | updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
* [pre-commit.ci] pre-commit autoupdate (#1822)David Lord2023-03-072-3/+3
|\
| * address flake8 findingsDavid Lord2023-03-071-2/+2
| |
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-03-071-1/+1
|/ | | | | updates: - [github.com/peterdemin/pip-compile-multi: v2.6.1 → v2.6.2](https://github.com/peterdemin/pip-compile-multi/compare/v2.6.1...v2.6.2)
* [pre-commit.ci] pre-commit autoupdate (#1800)David Lord2023-02-072-2/+1
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-071-1/+0
| | | | | | | | for more information, see https://pre-commit.ci
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-02-071-1/+1
|/ | | | | updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
* build, provenance, publish workflow (#1794)David Lord2023-01-207-30/+133
|\
| * move and update flake8 configDavid Lord2023-01-202-25/+28
| |
| * build, provenance, publish workflowDavid Lord2023-01-205-5/+105
|/
* update tested python versions (#1790)David Lord2023-01-092-12/+20
|\
| * update tested python versionsDavid Lord2023-01-092-12/+20
|/ | | | | | test 3.11 final test 3.12 dev update for tox 4
* update dependenciesDavid Lord2022-12-2910-42/+46
|
* ignore flake8-bugbear B905 (#1784)David Lord2022-12-291-0/+2
|\
| * ignore flake8-bugbear B905Mehdi ABAAKOUK2022-12-291-0/+2
|/ | | | requires python>=3.10
* [pre-commit.ci] pre-commit autoupdate (#1772)Kevin Brown-Silva2022-12-081-4/+4
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-061-4/+4
|/ | | | | | | | updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0) - [github.com/peterdemin/pip-compile-multi: v2.5.0 → v2.6.1](https://github.com/peterdemin/pip-compile-multi/compare/v2.5.0...v2.6.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
* [pre-commit.ci] pre-commit autoupdate (#1756)pre-commit-ci[bot]2022-11-071-1/+1
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#1748)pre-commit-ci[bot]2022-11-011-2/+2
|
* Update templates.rst (#1742)David Lord2022-10-251-1/+1
|\
| * Update templates.rstneilsquinn2022-10-251-1/+1
|/ | | Fix typo
* Show how {% filter %} can take filter arguments (#1733)David Lord2022-10-131-0/+3
|\
| * Show how {% filter %} can take filter argumentsSimon Willison2022-10-131-0/+3
|/ | | Closes #1732
* update dev dependenciesDavid Lord2022-10-137-36/+31
|
* [pre-commit.ci] pre-commit autoupdate (#1716)pre-commit-ci[bot]2022-10-021-2/+2
|
* Update pylons url in documentation (#1715)Anton Topchii2022-09-021-1/+1
| | | Update pylons homepage url in docs
* Merge pull request #1700 from pallets/pre-commit-ci-update-configDavid Lord2022-08-011-4/+4
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-08-011-4/+4
|/ | | | | | | | updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.3) - [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) - [github.com/peterdemin/pip-compile-multi: v2.4.5 → v2.4.6](https://github.com/peterdemin/pip-compile-multi/compare/v2.4.5...v2.4.6)
* Merge pull request #1694 from sdidier-dev/docs-patchDavid Lord2022-07-221-2/+2
|\ | | | | Add in docs/switching/#loops little improvement for consistency
| * Add in docs/switching/#loops little improvement for consistencySébastien DIDIER2022-07-221-2/+2
|/
* Merge pull request #1685 from sdidier-dev/docs-patchDavid Lord2022-07-181-2/+2
|\ | | | | Fix typo in docs/api/#custom-tests
| * Fix typo in docs/api/#custom-testsSébastien DIDIER2022-07-181-2/+2
|/
* Merge pull request #1682 from pallets/docs-get_template-exampleDavid Lord2022-07-041-1/+2
|\ | | | | fix get_template example
| * fix get_template exampleDavid Lord2022-07-041-1/+2
|/
* Merge pull request #1681 from pallets/update-requirementsDavid Lord2022-07-046-42/+44
|\ | | | | Update requirements
| * update requirementsDavid Lord2022-07-044-21/+23
| |
| * move closure out of loop for bugbear B023David Lord2022-07-041-17/+17
| |
| * update pre-commit hooksDavid Lord2022-07-041-4/+4
|/
* Merge pull request #1660 from pallets/release-3.1.23.1.2David Lord2022-04-282-2/+2
|\ | | | | release version 3.1.2
| * release version 3.1.2David Lord2022-04-282-2/+2
|/
* pre-commit updates latest release branchDavid Lord2022-04-281-1/+1
|
* ignore new mypy findingDavid Lord2022-04-281-3/+3
|
* update requirementsDavid Lord2022-04-283-3/+3
|
* Merge pull request #1655 from dvitek/dvitek/issue1654David Lord2022-04-252-6/+49
|\ | | | | Fix Race conditions in FileSystemBytecodeCache
| * Fix race conditions in FileSystemBytecodeCacheDavid Vitek2022-04-252-6/+49
|/
* update requirementsDavid Lord2022-04-255-15/+15
|
* Merge pull request #1647 from Tom-Brouwer/202204/add-missing-overlay-optionsDavid Lord2022-04-043-3/+16
|\ | | | | Add missing environment options to the Environment.overlay method