Skip to content

Commit

Permalink
fix: update isort to use a specific profile (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Feb 6, 2024
1 parent 76ed317 commit 60c70a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sphinx configuration."""

import datetime

import pkg_resources
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ testpaths = test/unit_tests
line_length = 100
multi_line_output = 3
include_trailing_comma = true
profile = black

[flake8]
ignore =
Expand Down

0 comments on commit 60c70a8

Please sign in to comment.