comicfn2dict/bin/fix-lint-backend.sh
AJ Slater 2a59ec4cbd
v0.2.1 (#7)
* update deps. bump version

* fix news

* update deps. update ruff. lint

* Support Python 3.9 (#6)

* lint

* update deps tests work against python 3.9

* bump version and news

---------

Co-authored-by: Timmy Welch <timmy@narnian.us>
2024-03-04 12:36:39 -08:00

26 lines
546 B
Bash
Executable File

#!/bin/bash
# Fix common linting errors
set -euxo pipefail
################
# Ignore files #
################
bin/sortignore.sh
####################
###### Python ######
###################
poetry run ruff check --fix .
poetry run ruff format .
# poetry run djlint templates --profile=django --reformat
############################################
##### Javascript, JSON, Markdown, YAML #####
############################################
npm run fix
###################
###### Shell ######
###################
shellharden --replace ./**/*.sh