Skip to content

Commit

Permalink
fix enforce python version usage
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed Oct 28, 2022
1 parent f6ca32e commit 1ffb15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ to make all people write **exactly** the same `Python` code.

We have several primary objectives:

0. Enforce `python3.6+` usage
0. Enforce `python3.7+` usage
1. Significantly reduce the complexity of your code and make it more maintainable
2. Enforce "There should be one -- and preferably only one -- obvious way to do it" rule to coding and naming styles
3. Protect developers from possible errors and enforce best practices
Expand Down

0 comments on commit 1ffb15f

Please sign in to comment.