We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303a0b2 commit 1728bb4Copy full SHA for 1728bb4
CHANGES.md
@@ -1,6 +1,6 @@
1
## Change Log
2
3
-### Unreleased
+### 21.4b1
4
5
#### _Black_
6
@@ -15,6 +15,10 @@
15
- Don't remove necessary parentheses from assignment expression containing assert /
16
return statements. (#2143)
17
18
+#### _Packaging_
19
+
20
+- Bump pathspec to >= 0.8.1 to solve invalid .gitignore exclusion handling
21
22
### 21.4b0
23
24
src/black_primer/primer.json
@@ -112,7 +112,7 @@
112
},
113
"virtualenv": {
114
"cli_arguments": [],
115
- "expect_formatting_changes": true,
+ "expect_formatting_changes": false,
116
"git_clone_url": "https://github.com/pypa/virtualenv.git",
117
"long_checkout": false,
118
"py_versions": ["all"]
0 commit comments