Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint: v1.34.0 → v1.35.1](adrienverge/yamllint@v1.34.0...v1.35.1)
- [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
  • Loading branch information
pre-commit-ci[bot] authored and omad committed Feb 19, 2024
1 parent 0ca0355 commit 717f1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint
rev: v1.34.0
rev: v1.35.1
hooks:
- id: yamllint
args: ['-c', '.yamllint']
Expand All @@ -26,7 +26,7 @@ repos:
# name: isort (python)
# args: [ "--profile", "black", "--filter-files" ]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-pylint
Expand Down

0 comments on commit 717f1b1

Please sign in to comment.