Skip to content

Commit

Permalink
#20 isort examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 20, 2024
1 parent da5b55d commit 570972a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/shapes/src/python/test/test_classes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest

import pyshapes.geometry
import pyshapes.primitives

Expand Down
1 change: 1 addition & 0 deletions examples/shapes/src/python/test/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest

from pyshapes import math_funcs


Expand Down
1 change: 1 addition & 0 deletions examples/shapes/wrapper/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os
from argparse import ArgumentParser
from glob import glob

from cppwg import CppWrapperGenerator


Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Repository = "https://github.com/Chaste/cppwg/"

[tool.black]
target-version = ["py38", "py39", "py310", "py311", "py312"]
extend-exclude = "^/examples/shapes/wrapper/pybind11/"

[tool.isort]
profile = "black"
extend_skip_glob = ["examples/shapes/wrapper/pybind11/*"]

0 comments on commit 570972a

Please sign in to comment.