Skip to content

Commit

Permalink
1-create-initial-readme-for-development (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: bwrob <[email protected]>
  • Loading branch information
bwrob and bwrob authored Sep 23, 2024
1 parent a7c905e commit 926f485
Show file tree
Hide file tree
Showing 11 changed files with 834 additions and 240 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,10 @@ cython_debug/
# Readme preview
README.html
README_files/

# Visual Studio Code
.vscode/

# Dependency graph
dependency_graph_files/
dependency_graph
23 changes: 14 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
fail_fast: false
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- hooks:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
- id: check-toml
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-json
- id: check-xml
- id: check-toml
- id: no-commit-to-branch
- id: trailing-whitespace
- id: pretty-format-json
args: ["--autofix", "--indent=4"]
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
rev: 1.16.0
rev: 1.17.5
hooks:
- id: basedpyright
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --config, ./pyproject.toml]
40 changes: 0 additions & 40 deletions .vscode/extensions.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/launch.json

This file was deleted.

59 changes: 0 additions & 59 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 926f485

Please sign in to comment.