Skip to content

Commit

Permalink
Merge pull request #944 from fastmachinelearning/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jmitrevs committed Dec 19, 2023
2 parents 367090d + 3a70c7a commit 8df7166
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
Expand Up @@ -2,7 +2,7 @@ exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pyte

repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
language_version: python3
Expand All @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", --line-length=125]
Expand Down

0 comments on commit 8df7166

Please sign in to comment.