Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
316 stars 417 forks source link

Update linters in pre-commit configuration #1701

Closed nodeg closed 9 months ago

nodeg commented 10 months ago
$ pre-commit autoupdate
[https://github.com/pre-commit/pre-commit-hooks] updating v4.4.0 -> v4.5.0
[https://github.com/pre-commit/mirrors-prettier] updating v3.0.0-alpha.4 -> v4.0.0-alpha.8
[https://github.com/adrienverge/yamllint.git] updating v1.29.0 -> v1.33.0
[https://github.com/pycqa/flake8] updating 6.0.0 -> 6.1.0
[https://github.com/asottile/reorder_python_imports] updating v3.9.0 -> v3.12.0
[https://github.com/psf/black] updating 23.1.0 -> 23.12.1
$ git commit
[INFO] Initializing environment for https://github.com/psf/black.
[INFO] Installing environment for https://github.com/psf/black.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
trim trailing whitespace.................................................Passed
mixed line ending........................................................Passed
fix end of files.........................................................Passed
check for merge conflicts................................................Passed
check yaml...............................................................Passed
debug statements (python)............................(no files to check)Skipped
fix requirements.txt.................................(no files to check)Skipped
prettier.................................................................Passed
yamllint.................................................................Passed
flake8...............................................(no files to check)Skipped
Reorder python imports...............................(no files to check)Skipped
black................................................(no files to check)Skipped
check guide syntax...................................(no files to check)Skipped
[update_linter 418f9c3] ⬆️ update linters for pre-commit
 1 file changed, 6 insertions(+), 6 deletions(-)
nichtmax commented 9 months ago

Thank you!