Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fneum/data-science-for-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Apr 15, 2024
2 parents 11c67b9 + ce2446b commit 738098c
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 @@ -5,7 +5,7 @@ exclude: "^LICENSES"

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 All @@ -17,7 +17,7 @@ repos:

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

# 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]
Expand Down

0 comments on commit 738098c

Please sign in to comment.