Skip to content

Commit

Permalink
Merge pull request #141 from VectorInstitute/precomit-bot-skip-flake8
Browse files Browse the repository at this point in the history
Skip flake8 on pre-commit bot
  • Loading branch information
amrit110 authored May 7, 2024
2 parents 7e56a15 + 76b759e commit fafd21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ ci:
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
skip: [mypy]
skip: [mypy,flake8]
submodules: false

0 comments on commit fafd21c

Please sign in to comment.