Skip to content

Commit

Permalink
Moving to uv as a package manager, experimentally
Browse files Browse the repository at this point in the history
  • Loading branch information
BryantD committed Aug 25, 2024
1 parent e5c30bb commit f6d4cee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
__pycache__
*.toml
*.conf
.venv
src
uv.lock
21 changes: 8 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.2
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format

0 comments on commit f6d4cee

Please sign in to comment.