Skip to content

Commit

Permalink
Merge pull request #344 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 May 6, 2024
2 parents c1e29e8 + 5e4f1ad commit ddb98db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand Down Expand Up @@ -45,21 +45,21 @@ repos:

# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
# Format Python files
- id: black
# Format Jupyter Python notebooks
- id: black-jupyter

- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1
rev: v3.0.2
hooks:
- id: reuse

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

0 comments on commit ddb98db

Please sign in to comment.