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

[pre-commit.ci] pre-commit autoupdate #523

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Commits on Oct 30, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/add-trailing-comma.git: v3.0.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.0.0...v3.1.0)
    - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4)
    - [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0)
    - [github.com/PyCQA/flake8.git: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.1.0)
    pre-commit-ci[bot] authored and Qalthos committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c7730b5 View commit details
    Browse the repository at this point in the history
  2. Update .pre-commit-config.yaml

    enforce-version: 4.0.1
    Qalthos committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    88de7ee View commit details
    Browse the repository at this point in the history
  3. type == -> isinstance

    These were specifically called out, though I don't know why. E721 now
    also fails on these lines, so it has been switched to isinstance.
    Qalthos committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7d1abb7 View commit details
    Browse the repository at this point in the history