Skip to content

Commit

Permalink
Add python to pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Oct 22, 2023
1 parent 5eedcf6 commit 71a1b52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ repos:
- id: check-yaml
- id: check-added-large-files

# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.2
hooks:
- id: clang-format

# python
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black

0 comments on commit 71a1b52

Please sign in to comment.