diff options
author | silverwind <me@silverwind.io> | 2024-12-05 17:13:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 16:13:10 +0000 |
commit | 5cada75596a5b6867bc74b967294e4b6d1b5254a (patch) | |
tree | 1a0120c5fd62588c408a0ddceb7d9f4422b28769 /pyproject.toml | |
parent | 936665bf857787fb653a40dd202d0333c14e0e7e (diff) | |
download | gitea-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.toml | 2 |
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] |