Skip to content

Commit

Permalink
Merge pull request #425 from jenshnielsen/pin_black
Browse files Browse the repository at this point in the history
use darker from master branch due to lack of support of black 22.12
  • Loading branch information
jenshnielsen authored Dec 12, 2022
2 parents d42c70a + 1eadd6d commit e11bc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/darker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
options: "--check --diff"
src: "./broadbean"
revision: "origin/main..."
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: pyupgrade
args: ['--py37-plus', '--keep-runtime-typing']
- repo: https://github.com/akaihola/darker
rev: 1.5.1
rev: e3c210b5c1b91400c3f317b2474c10ab23bec1cf
hooks:
- id: darker
args: [-i]
Expand Down

0 comments on commit e11bc49

Please sign in to comment.