We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c16b7c commit f44b5a5Copy full SHA for f44b5a5
CHANGELOG.md
@@ -4,8 +4,10 @@ Changelog
4
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
5
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
6
7
-### 5.9.2
+### 5.9.2 TBD
8
- Improved behavior of `isort --check --atomic` against Cython files.
9
+ - Fixed #1772: skip-gitignore will check files not in the git repository.
10
+ - Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
11
12
### 5.9.1 June 21st 2021 [hotfix]
13
- Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.
0 commit comments