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

Backport 24728 to copter 4.3 #24813

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude: |

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
#- id: trailing-whitespace
#- id: end-of-file-fixer
Expand All @@ -38,15 +38,15 @@ repos:

# Use to sort python imports by name and put system import first.
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--check-only]
name: isort (python)

# Use to check python typing to show errors.
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.950'
rev: 'v1.5.1'
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand Down