Skip to content

Commit

Permalink
move black first
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobBD committed Nov 27, 2024
1 parent a464d01 commit 568a9f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/mwouts/jupytext
rev: v1.16.4
hooks:
- id: jupytext
args: [--sync]
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
args: [--line-length=100]
language_version: python3.12
- repo: https://github.com/mwouts/jupytext
rev: v1.16.4
hooks:
- id: jupytext
args: [--sync]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down
3 changes: 1 addition & 2 deletions examples/example1.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
Parameter,
Process,
FlowDefinition,
Flow,
MFASystem,
)
from sodym.flow_helper import make_empty_flows
Expand All @@ -57,7 +56,7 @@
time = Dimension(name="Time", letter="t", items=list(range(1980, 2011)))
elements = Dimension(
name="Elements",
letter="e",
letter='e',
items=[
"single material",
],
Expand Down
1 change: 0 additions & 1 deletion examples/example2.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
Parameter,
Process,
FlowDefinition,
Flow,
StockDefinition,
MFASystem,
NamedDimArray,
Expand Down

0 comments on commit 568a9f9

Please sign in to comment.