Skip to content

Commit

Permalink
use latest .pre-commit-config.yaml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Oct 12, 2024
1 parent dbf5e57 commit 9b8c8a7
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
language_version: python3.8
language_version: python3.9

- repo: https://github.com/pycqa/flake8
rev: 3.7.9
rev: 7.1.1
hooks:
- id: flake8
language_version: python3.8
language_version: python3.9

- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.4
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: [toml]
language_version: python3.8
language_version: python3.9

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 9b8c8a7

Please sign in to comment.