Skip to content
Snippets Groups Projects
  1. Jan 22, 2025
  2. Jan 16, 2025
  3. Nov 28, 2024
    • Dominik Loidolt's avatar
      Add pre-commit configuration file · 23f8a606
      Dominik Loidolt authored
      This commit introduces a pre-commit configuration file
      (.pre-commit-config.yaml) to ensure code quality and consistency by
      automatically running various checks and fixes before commits are
      finalized.
      
      Quick start
      ===========
      1. Install pre-commit
      Before you can run hooks, you need to have the pre-commit package
      manager installed.
      Using pip:
      pip install pre-commit
      
      2. Install the git hook scripts
      run:
      pre-commit install
      to set up the git hook scripts
      
      Now pre-commit will run automatically on git commit!
      
      3. (optional) Run against all the files
      It's usually a good idea to run the hooks against all of the files when
      adding new hooks (usually pre-commit will only run on the changed files
      during git hooks):
      pre-commit run --all-files
      
      For more information see https://pre-commit.com
      23f8a606
  4. Nov 12, 2024
  5. Nov 11, 2024
  6. Nov 07, 2024
  7. Oct 24, 2024
  8. Oct 17, 2024
  9. Sep 25, 2024
  10. Sep 23, 2024
  11. Sep 19, 2024
Loading