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 pre-commit-wrapped linters for Python 3.12 #698

Merged
merged 5 commits into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. 🧪 Bump pylint to v3.1.0

    This version supports Python 3.12 officially. As a part of this patch,
    `pylint-pytest` is also updated with the bugfixes needed to stop
    capping it.
    
    An alpha version of the plugin is used due to a bug when running
    `pylint` in parallel mode [[1]].
    
    [1]: pylint-dev/pylint-pytest#61
    webknjaz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ed331d1 View commit details
    Browse the repository at this point in the history
  2. 🧪⇪ Bump autopep8 to v2.1.0

    This is needed to support Python 3.12.
    webknjaz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6f99113 View commit details
    Browse the repository at this point in the history
  3. 🧪 Bump pre-commit/pre-commit-hooks to v4.6.0

    This seems to be necessary to support Python 3.12.
    webknjaz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4753a3a View commit details
    Browse the repository at this point in the history
  4. 🧪⇪ Bump add-trailing-comma to v3.1.0

    Otherwise, the formatter breaks f-strings.
    webknjaz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3fe15a View commit details
    Browse the repository at this point in the history
  5. ⇪🧪 Bump flake8 to v7

    Flake8 runtime is now pinned to Python 3.11 in pre-commit since it explodes
    on Python 3.12 due to [[1]] currently.
    
    [1]: wemake-services/wemake-python-styleguide#2933
    webknjaz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    28d79d5 View commit details
    Browse the repository at this point in the history