Skip to content

Commit

Permalink
MAINT: Refactor benchmark script into modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 2, 2023
1 parent 3689773 commit 38bdc80
Show file tree
Hide file tree
Showing 12 changed files with 730 additions and 683 deletions.
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
# hooks:
# - id: mypy
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.11.5
hooks:
- id: isort
name: isort (python)
Expand All @@ -45,3 +45,13 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.275'
hooks:
- id: ruff
args: ['--fix']
- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py311-plus]
26 changes: 13 additions & 13 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 38bdc80

Please sign in to comment.