]> Nutra Git (v1) - nutratech/nt-sqlite.git/commitdiff
upgrade linters
authorShane Jaroch <chown_tee@proton.me>
Sun, 25 Feb 2024 16:42:06 +0000 (11:42 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sun, 25 Feb 2024 16:42:06 +0000 (11:42 -0500)
requirements-lint.txt
sql/__main__.py

index 5666520729e2727d7367873e6e685f8804866524..d3ce9fe8b49944f1c2dece6c9e2d751642a82e6d 100644 (file)
@@ -1,7 +1,7 @@
-bandit==1.7.5
-black==23.1.0
+bandit==1.7.7
+black==24.2.0
 doc8==1.1.1
-flake8==6.0.0
-mypy==1.1.1
-pylint==2.17.1
-yamllint==1.30.0
+flake8==7.0.0
+mypy==1.8.0
+pylint==3.0.4
+yamllint==1.35.1
index f9e87952a0562bc6aef15de051933c639e1282e4..b1aaf94a8d361ef770775794219057e52f1d2951 100644 (file)
@@ -1,4 +1,5 @@
 """Call this with python -m sql"""
+
 # pylint: disable=import-error
 from . import build_ntsqlite