python-project-generator 1.5.2

Generates a Python project structure.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ci:
  skip: [fmt]

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.6.0
    hooks:
      - id: check-added-large-files
      - id: check-toml
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: fmt