Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Feb 18, 2024
1 parent 8da0523 commit c2159f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -28,7 +28,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: [--target-version=py39]
Expand Down Expand Up @@ -95,7 +95,7 @@ repos:

# Lint: YAML
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
Expand Down

0 comments on commit c2159f4

Please sign in to comment.