Skip to content

Commit

Permalink
django and pandas don't need changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 7, 2021
1 parent 085efac commit 7f11097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/black_primer/primer.json
Expand Up @@ -74,7 +74,7 @@
"--extend-exclude",
"/((docs|scripts)/|django/forms/models.py|tests/gis_tests/test_spatialrefsys.py|tests/test_runner_apps/tagged/tests_syntax_error.py)"
],
"expect_formatting_changes": true,
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/django/django.git",
"long_checkout": false,
"py_versions": ["3.8", "3.9", "3.10"]
Expand All @@ -95,7 +95,7 @@
},
"pandas": {
"cli_arguments": ["--experimental-string-processing"],
"expect_formatting_changes": true,
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/pandas-dev/pandas.git",
"long_checkout": false,
"py_versions": ["all"]
Expand Down

0 comments on commit 7f11097

Please sign in to comment.