Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit_isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 authored Feb 2, 2024
2 parents 3cc806f + ab3d501 commit 9057553
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: flake8
args: ['--max-line-length=88', '--select=W291,W292,W293,F401']
language_version: python3

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
args: ["--profile", "black"]
- repo: https://github.com/rubik/xenon
rev: v0.9.0
hooks:
- id: xenon
args: [ --max-absolute A, --max-modules A, --max-average A ]

0 comments on commit 9057553

Please sign in to comment.