repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black rev: 22.12.0 hooks: - id: black language_version: python3 args: - --line-length=119 - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. rev: 'v0.0.271' hooks: - id: ruff args: - --fix - --exit-non-zero-on-fix # - repo: https://github.com/PyCQA/isort # rev: 5.12.0 # hooks: # - id: isort # args: # - --profile=black # - --skip-glob=wandb/**/* # - --thirdparty=wandb - repo: https://github.com/codespell-project/codespell rev: v2.1.0 hooks: - id: codespell args: - -w - --ignore-words-list=nd,reacher,thist,ths,magent,ba,fo,doesnt