aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-12-05 17:13:10 +0100
committerGitHub <noreply@github.com>2024-12-05 16:13:10 +0000
commit5cada75596a5b6867bc74b967294e4b6d1b5254a (patch)
tree1a0120c5fd62588c408a0ddceb7d9f4422b28769 /pyproject.toml
parent936665bf857787fb653a40dd202d0333c14e0e7e (diff)
downloadgitea-5cada75596a5b6867bc74b967294e4b6d1b5254a.tar.gz
gitea-5cada75596a5b6867bc74b967294e4b6d1b5254a.zip
Update dependencies, tweak eslint (#32719)
- ~~Remove `eslint-plugin-sonarjs`. I lost faith in it since they moved it to their monorepo and I can't recall the last time when this plugin raised a useful error.~~ - Add new rules from `no-jquery` - ~~Tweak typescript config to prevent temp files in root directory in certain situations~~ File is just gitignored now. - Tested all relevant dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 662f93da1c..4d36b30ea7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ package-mode = false
python = "^3.10"
[tool.poetry.group.dev.dependencies]
-djlint = "1.36.1"
+djlint = "1.36.3"
yamllint = "1.35.1"
[tool.djlint]