Skip to content

Commit

Permalink
Fix pre-commit config (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Aug 22, 2024
1 parent 465a70d commit e7426af
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
- id: black
language_version: python3.11
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: flake8
- id: trailing-whitespace
- id: trailing-whitespace
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
- id: flake8

0 comments on commit e7426af

Please sign in to comment.