Skip to content

Commit

Permalink
Add isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jan 21, 2022
1 parent 6d3b0fe commit e12d292
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ python_requires = >=3.7

# Dependencies for developing the package
dev =
isort
pylint

# JAX Core
Expand All @@ -73,7 +74,14 @@ pytorch =
torch==1.9.1+cu111
torchvision==0.10.1+cu111

# Pylint configuration
# Linting configuration

# isort configuration

[isort]
profile=google

# pylint configuration

[pylint.MASTER]

Expand Down

0 comments on commit e12d292

Please sign in to comment.