Skip to content

Commit

Permalink
Merge pull request #5 from rosalindfranklininstitute/pre-commit_code_…
Browse files Browse the repository at this point in the history
…quality

Addition of xenon
  • Loading branch information
jmp1985 authored Feb 2, 2024
2 parents c71b0f4 + d446789 commit ab3d501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ repos:
- id: flake8
args: ['--max-line-length=88', '--select=W291,W292,W293,F401']
language_version: python3

- 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 ab3d501

Please sign in to comment.