]> git.ipfire.org Git - thirdparty/curl.git/commit
scripts: move the ruff linter command into a script 17343/head
authorDan Fandrich <dan@coneharvesters.com>
Tue, 13 May 2025 23:14:57 +0000 (16:14 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 13 May 2025 23:41:32 +0000 (16:41 -0700)
commit028c12948c88377cefaf9f72cfa6ba2be513a6e2
tree91950bc0d729b71ef545d184255b5fcb479ac55d
parent828f9984937f2494d3bc44690d11ce9e4b9500ef
scripts: move the ruff linter command into a script

This makes it easier for users to run it with the correct options
locally. Also, update the ruff, pytype and cmakelint versions to the
latest current ones.

Closes #17343
.github/workflows/checksrc.yml
scripts/Makefile.am
scripts/pythonlint.sh [new file with mode: 0755]