Skip to content

Commit

Permalink
Start over
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Oct 14, 2024
1 parent 8363bf5 commit e037994
Show file tree
Hide file tree
Showing 60 changed files with 753 additions and 5,014 deletions.
24 changes: 0 additions & 24 deletions .copier-answers.yml

This file was deleted.

39 changes: 6 additions & 33 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,8 @@
# This file was generated from scaffops/[email protected].
# Instead of changing this particular file, you might want to alter the template:
# https://github.com/scaffops/python/tree/0.0.2rc-238-g68b0ab8/project/%23%25%20if%20precommit%20%25%23.pre-commit-config.yaml%23%25%20endif%20%25%23.jinja

default_install_hook_types:
- "pre-commit"
- "pre-push"

# See https://pre-commit.com for more information
repos:
- repo: "https://github.com/astral-sh/ruff-pre-commit"
rev: "v0.4.8"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
hooks:
- id: "ruff"
name: "Run the Ruff linter"
types_or: ["python", "pyi"]
args: ["--fix"]
- id: "ruff-format"
name: "Run the Ruff formatter"
types_or: ["python", "pyi"]
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.6.0"
hooks:
- id: "check-merge-conflict"
args: ["--assume-in-merge"]
name: "Check for merge conflicts"
stages: ["push"]
- repo: "https://github.com/python-poetry/poetry"
rev: "1.8.2"
hooks:
- id: "poetry-lock"
stages: ["push"]
name: "Run Poetry lock hook"
- id: "poetry-check"
stages: ["push"]
name: "Run Poetry check hook"
- id: ruff
args: [ --fix ]
- id: ruff-format
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.9
79 changes: 0 additions & 79 deletions CHANGELOG.md

This file was deleted.

132 changes: 0 additions & 132 deletions CODE_OF_CONDUCT.md

This file was deleted.

103 changes: 0 additions & 103 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit e037994

Please sign in to comment.