Skip to content

Commit

Permalink
Merge pull request #119 from pytroll/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
djhoese committed Feb 5, 2024
2 parents 240ff44 + 3109250 commit 6895f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@ exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand All @@ -15,7 +15,7 @@ repos:
- id: isort
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
Expand All @@ -28,7 +28,7 @@ repos:
- id: check-yaml
args: [--unsafe]
- repo: https://github.com/PyCQA/bandit
rev: '1.7.6'
rev: '1.7.7'
hooks:
- id: bandit
args: [--ini, .bandit]
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Expand Up @@ -10,6 +10,6 @@ dependencies:
- aggdraw
- pyshp
- pyresample
- pytest
- pytest <8.0
- pytest-cov
- pytest-lazy-fixture

0 comments on commit 6895f7e

Please sign in to comment.