tag: linting

  • Adding pre-commit hooks to a Django project

    Adding pre-commit hooks to a Django project

    Maria D. Campbell

    Learn how to add and configure the pre-commit framework in a Django project, including Black, isort, Flake8, and djLint, to automate code quality on every commit.

    #fullstack development, #macOS, #django, #python3, #code formatting, #djlint, #flake8, #isort, #linting, #pre-commit hook

  • The importance of taking time out to check your code and html markup

    The importance of taking time out to check your code and html markup

    Maria D. Campbell

    What tools will help you in checking your source code AND html markup, thereby reducing the number of errors present in your code base or html markup.

    #vscode, #linting, #javascript linting, #javascript formatting