Skip to content

Commit

Permalink
Disable pre-commit auto update
Browse files Browse the repository at this point in the history
Set pre-commit versions of black/flake8 to the same version used by other
blur code. This way users IDE implementations can be consistent.
  • Loading branch information
MHendricks committed Apr 4, 2023
1 parent 9458a18 commit 04c3e69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
---
ci:
autofix_prs: false

repos:

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==22.12.6
- pep8-naming==0.13.0
- pep8-naming==0.13.3

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
Expand Down

0 comments on commit 04c3e69

Please sign in to comment.