Skip to content

Check if its a bot. #65

Check if its a bot.

Check if its a bot. #65

Workflow file for this run

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: mixed-line-ending
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: docs/
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
args: [--target-version=py39, --line-length=99]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
args: [--profile=black, --line-length=99]