Update current_style.md (#3990)

Fix small typo
This commit is contained in:
Gabriel Perren 2023-10-27 15:54:31 -03:00 committed by GitHub
parent c369e446f9
commit caef19689b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ If you use Flake8, you have a few options:
extend-ignore = E203, E501, E704
```
The rationale for E950 is explained in
The rationale for B950 is explained in
[Bugbear's documentation](https://github.com/PyCQA/flake8-bugbear#opinionated-warnings).
2. For a minimally compatible config: