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

Remove primer test on black-primer #5924

Merged
merged 3 commits into from Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -9,6 +9,8 @@ Release date: TBA
..
Put new features here and also in 'doc/whatsnew/2.13.rst'

* Remove primer test on ``black-primer``, since it was removed from black repository.

Pierre-Sassoulas marked this conversation as resolved.
Show resolved Hide resolved
* No longer emit ``no-member`` in for loops that reference ``self`` if the binary operation that
started the for loop uses a ``self`` that is encapsulated in tuples or lists.

Expand Down
2 changes: 1 addition & 1 deletion tests/primer/packages_to_lint_batch_one.json
@@ -1,7 +1,7 @@
{
"black": {
"branch": "main",
"directories": ["src/black/", "src/blackd/", "src/black_primer/", "src/blib2to3/"],
"directories": ["src/black/", "src/blackd/", "src/blib2to3/"],
"url": "https://github.com/psf/black.git"
},
"django": {
Expand Down