Skip to content

Commit

Permalink
Merge branch 'main' into feat/create-minimal-file
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Oct 31, 2023
2 parents a94472e + 3db9285 commit 6ed4c25
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 @@ -21,7 +21,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 23.10.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
rev: 23.10.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
hooks:
- id: black
args:
Expand All @@ -31,7 +31,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.10.0]
additional_dependencies: [black==23.10.1]

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
Expand Down

0 comments on commit 6ed4c25

Please sign in to comment.