Commit Graph

19 Commits

Author SHA1 Message Date
David Lord 0109e496f6
use uv 2025-05-11 17:58:53 -07:00
David Lord 87d5f5b9a9
update project files (#5457)
* update pre-commit hook
* upgrade pip with venv
* update description and version
* show url in publish environment
* update versions
* update versions, separate typing job
* use dependabot grouped updates
  ignore upload/download-artifact until slsa updates
* use sphinx.ext.extlinks instead of sphinx-issues
* update dev dependencies
* update editorconfig
* update gitignore
* update .readthedocs.yaml
* license is txt, readme is md
* update pyproject.toml
  add typed classifier
  add pyright config
  simplify urls
* tox builds docs in place
* update min test py version
* add tox env to update all dev dependencies
* update issue and pr templates
* rename security docs page to not conflict with org policy file
* simplify matrix
2024-04-07 10:24:40 -07:00
David Lord 54e05a2824
use ruff linter and formatter 2023-11-15 12:14:37 -08:00
David Lord 2381044d04
remove references to mailing list 2022-05-10 09:28:43 -07:00
Grey Li 36872e7bd4 Add venv and .venv to .gitignore 2021-05-21 16:58:58 +08:00
Latham Fell 6627c5a3d2 Add vscode settings dir to .gitignore 2020-02-10 11:09:04 -08:00
David Lord 49a38ed999
use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
David Lord 624895620a
ignore pytest cache 2018-02-24 08:23:12 -08:00
David Lord 491d331e6e
load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
Alex Kahan 6478d7bb99 Adding coverage generation to tox (#2071)
* Adding coverage generation to tox

* Removing test directory from coverage command

* Adding back  to pytest command
2016-10-31 23:10:27 +01:00
David Lord db468a4618 ignore pycharm config 2015-12-01 20:58:12 -08:00
Redian 4a576b06e8 Add .cache dir to gitignore
I think this could be handy and potentially minimise the risk
anyone commits it to the project.

```
flask - (master) $ tree .cache/
.cache/
└── v
    └── cache
        └── lastfailed

```
2015-11-26 21:04:23 +00:00
Armin Ronacher 6cd191db4f Ignore build folder 2015-10-01 13:59:05 +02:00
Armin Ronacher c18f032a82 Added a tox-test command that runs Flask tests with tox 2010-07-27 01:29:21 +02:00
Armin Ronacher 51a89bf35e Restored 2.5 compatibility and actual fix for the json problem 2010-07-04 20:07:03 +02:00
Armin Ronacher 1cb75df8f1 Add leftovers from website branch to gitignore 2010-04-21 18:39:51 +02:00
Armin Ronacher 8605cc310d ignore dist folder 2010-04-16 14:25:24 +02:00
Armin Ronacher 4ec7d2a0d8 Started working on documentation.
So far just the stable parts :)
2010-04-06 16:02:14 +02:00
Armin Ronacher 33850c0ebd Initial checkin of stuff that exists so far. 2010-04-06 13:12:57 +02:00