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

Update black settings - ignore migrations #35

Merged
merged 4 commits into from
Oct 28, 2023
Merged

Update black settings - ignore migrations #35

merged 4 commits into from
Oct 28, 2023

Conversation

8Vadim8
Copy link
Collaborator

@8Vadim8 8Vadim8 commented Oct 26, 2023

По вашим пожеланием, убрал migrations из black'а

pyproject.toml Outdated
@@ -4,7 +4,12 @@ target-version = 'py39'
line-length = 79
skip-string-normalization = true
skip-magic-trailing-comma = false
extend-exclude = 'backend/backend/settings.py'
extend-exclude = '''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Так не сработает, поменяй на force-exclude (psf/black#438)

Copy link
Collaborator Author

@8Vadim8 8Vadim8 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Действительно в прекомите так не работает

@8Vadim8 8Vadim8 requested a review from robky October 27, 2023 11:54
@8Vadim8 8Vadim8 merged commit 83845a5 into main Oct 28, 2023
@8Vadim8 8Vadim8 deleted the fix/pep8-issues branch October 28, 2023 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants