Skip to content

Commit

Permalink
build: update deps, remove isort and black. (#31)
Browse files Browse the repository at this point in the history
* build: update deps, remove isort and black.

* fix: prevent argparse from eating up abbreviated args that should be passed to the runner (#29)

* fix: prevent argparse from eating up abbreviated args that should be passed to the runner

* build: fixing with `ruff check .`

* build: formatting update.

* Add python 3.12 to the tox.ini

* Bump version 0.4.1 -> 0.4.2

* Update CHANGELOG

* Add python 3.12 to github test workflow

* Update LICENSE

* build: update deps, remove isort and black.

* Update pre-commit hooks. Instruct ruff to sort

---------

Co-authored-by: olzhasar <[email protected]>
  • Loading branch information
radoshi and olzhasar authored Apr 2, 2024
1 parent 8b1fc6f commit aebcf85
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 451 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ repos:
- id: check-symlinks
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.272
# Ruff version.
rev: v0.3.5
hooks:
# Run the linter.
- id: ruff
- repo: https://github.com/psf/black
rev: '23.3.0'
hooks:
- id: black
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.4.1'
hooks:
- id: mypy
Loading

0 comments on commit aebcf85

Please sign in to comment.