Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pyvista-0.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Oct 27, 2023
2 parents c3c832c + 5d7ef0b commit a1633b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repos:


- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
args:
Expand All @@ -12,7 +12,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.7.0]
additional_dependencies: [black==23.10.0]
args:
- --line-length=100

Expand Down Expand Up @@ -54,4 +54,4 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
- id: check-github-workflows
- id: check-github-workflows

0 comments on commit a1633b1

Please sign in to comment.