Skip to content

Commit

Permalink
Merge branch 'master' into feature/traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 13, 2021
2 parents 42ab822 + c1b8894 commit d190ae3
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,15 +5,15 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: stable
rev: 21.12b0
hooks:
- id: black
language_version: python3.9
- repo: https://gitlab.com/pycqa/flake8
rev: main
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/rtts/djhtml
rev: main
rev: v1.4.10
hooks:
- id: djhtml

0 comments on commit d190ae3

Please sign in to comment.