Skip to content

Commit

Permalink
pre-commit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Dec 23, 2022
1 parent 323664e commit ff34b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.12.0
hooks:
- id: black
args:
Expand Down Expand Up @@ -30,5 +30,5 @@ repos:
- id: flake8
args:
- "--max-line-length=79"
- "--max-complexity=18"
- "--max-complexity=10"
- "--ignore=F401,W503"

0 comments on commit ff34b19

Please sign in to comment.