Skip to content

Commit

Permalink
Merge pull request #334 from PyPSA/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
fneum authored Dec 29, 2023
2 parents 7db7fe7 + 8b5e4c5 commit 57e48d6
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 @@ -45,7 +45,7 @@ repos:

# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
# Format Python files
- id: black
Expand All @@ -59,7 +59,7 @@ repos:

# Do YAML formatting (before the linter checks it for misses)
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2', --preserve-quotes]

0 comments on commit 57e48d6

Please sign in to comment.