Skip to content

Commit

Permalink
Merge branch 'master' into ssl-context
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored Aug 22, 2024
2 parents 8bcef97 + e7426af commit 2303f99
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 2303f99

Please sign in to comment.