Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to *isort 5.9.3* (updated branch name) #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.8
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sublime text isort plugin
Sublime Text isort plugin
=========================

Small plugin that adds a command to sublime which replaces the contents with the output of the isort library.
Expand All @@ -14,24 +14,24 @@ Available in [@wbond's package control][package-control]. Just bring up the pac

Clone this repository from your Sublime packages directory:

#### Linux (untested)
#### Linux

```
$ cd ~/.config/sublime-text-2/Packages
$ cd ~/.config/sublime-text/Packages
$ git clone https://github.com/thijsdezoete/sublime-text-isort-plugin
```

#### OSX

```
$ cd "~/Library/Application Support/Sublime Text 2/Packages"
$ cd "~/Library/Application Support/Sublime Text/Packages"
$ git clone https://github.com/thijsdezoete/sublime-text-isort-plugin
```

#### Windows

```
$ cd "%APPDATA%\Sublime Text 2"
$ cd "%APPDATA%\Sublime Text"
$ git clone https://github.com/thijsdezoete/sublime-text-isort-plugin
```

Expand Down
Loading