Skip to content

Commit

Permalink
Merge branch 'devel' into async-sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
NilashishC authored Jan 17, 2025
2 parents 7d3810d + 64f6cac commit 360d058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: rst-backticks

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -84,7 +84,7 @@ repos:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
alias: flake8-no-wps
Expand All @@ -103,7 +103,7 @@ repos:
- file

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
alias: flake8-only-wps
Expand All @@ -125,7 +125,7 @@ repos:
- file

- repo: https://github.com/MarcoGorelli/cython-lint.git
rev: v0.16.2
rev: v0.16.6
hooks:
- id: cython-lint
# NOTE: This linter does not have a config file so it's set up below.
Expand Down

0 comments on commit 360d058

Please sign in to comment.