Skip to content

Commit

Permalink
Merge branch 'develop' into add-internationalization-constants
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Sep 14, 2023
2 parents 2c5a852 + 9eaec95 commit efbd99e
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 @@ -10,13 +10,13 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.10

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args:
Expand All @@ -42,12 +42,12 @@ repos:
- id: detect-private-key

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
rev: v6.2.0
hooks:
- id: rstcheck

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

0 comments on commit efbd99e

Please sign in to comment.