Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update pre-commit and CircleCI config #473

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

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Feb 19, 2023

Update CircleCI config, to run pre-commit only on supported python versions (>=3.8)

Update pyupgrade to last version (3.3.1)
Update black to last version (23.1.0) and apply code formatting
Update isort to last version (5.12.0), fixing build fail with pre-commit
Update flake8 to last version (6.0.0)

ci was failing because of isort, see PyCQA/isort@0d219a6

I think we can even run pre-commit only on a single python version, lint results are probably the same across Python versions

@Viicos Viicos requested a review from a team as a code owner February 19, 2023 12:10
@Viicos Viicos force-pushed the fix-pre-commit-config branch from 46a634d to f2ba729 Compare February 19, 2023 12:23
Update `CircleCI` config, to run `pre-commit` on python>=3.8
Update `pyupgrade` to last version (`3.3.1`)
Update `black` to last version (`23.1.0`) and apply code formatting
Update `isort` to last version (`5.12.0`), fixing build fail with `pre-commit`
Update `flake8` to last version (`6.0.0`)`
@Viicos Viicos force-pushed the fix-pre-commit-config branch from 25d1d52 to fa9f239 Compare February 19, 2023 12:47
@Viicos Viicos changed the title Update pre-commit config Update pre-commit and CircleCI config Feb 19, 2023
@adamjmcgrath adamjmcgrath merged commit ba24588 into auth0:master Mar 13, 2023
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