Skip to content

Commit

Permalink
improve black performance (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Sep 10, 2023
1 parent d0c24d2 commit f27ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -179,7 +179,7 @@ repos:
- yamlordereddictloader==0.4.0 ; python_version >= "3.8" and python_version < "3.11"
- z3-solver==4.12.1.0 ; python_version >= "3.8" and python_version < "3.11"
- zipp==3.15.0 ; python_version >= "3.8" and python_version < "3.10"
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "22.12.0"
hooks:
- id: black
Expand Down

0 comments on commit f27ccc5

Please sign in to comment.