Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:clinicedc/edc-listboard into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
erikvw committed Feb 14, 2024
2 parents 3a03188 + 7d4436d commit 11ff027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -10,7 +10,7 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.11
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
args:
Expand Down

0 comments on commit 11ff027

Please sign in to comment.