Skip to content

Commit

Permalink
Fix formatting of config file :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Mar 18, 2022
1 parent edf37bf commit ca2e0ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ extend-exclude = '''
preview = true

[tool.isort]
profile='black'
atomic=true
line_length=88
skip_glob= ['blib2to3', 'tests/data', 'profiling']
profile = 'black'
atomic = true
line_length = 88
skip_glob = ['blib2to3', 'tests/data', 'profiling']
known_first_party = ['black', 'blackd', 'blib2to3']

# Build system information below.
Expand Down

0 comments on commit ca2e0ac

Please sign in to comment.