We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3158eca + bb5aeba commit bc6fc08Copy full SHA for bc6fc08
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pyte
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 23.7.0
+ rev: 23.9.1
6
hooks:
7
- id: black
8
language_version: python3
@@ -30,7 +30,7 @@ repos:
30
args: ["--profile", "black", --line-length=125]
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.10.1
+ rev: v3.13.0
34
35
- id: pyupgrade
36
args: ["--py36-plus"]
0 commit comments