Skip to content

Commit ff76638

Browse files
committed
chore: update .gitignore and tox configuration
- Added PyCharm and system-specific files to .gitignore - Extended tox environments to cover Django 4.2, 5.0, 5.1, 5.2 alpha, and main branch - Ensured flake8 and isort checks are included in tox - Improved test matrix to run across Python 3.9–3.13
1 parent d818cc4 commit ff76638

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ env/
2020
/*docs/_build*/
2121

2222
local.sqlite
23+
/.venv312/

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ignore_errors =
2828
[testenv:flake8]
2929
deps = flake8
3030
commands = flake8
31+
skip_install = true
3132

3233
[testenv:isort]
3334
deps = isort

0 commit comments

Comments
 (0)