Skip to content

Commit 6895f7e

Browse files
authored
Merge pull request #119 from pytroll/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 240ff44 + 3109250 commit 6895f7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.12.1
5+
rev: 24.1.1
66
hooks:
77
- id: black
88
language_version: python3
@@ -15,7 +15,7 @@ repos:
1515
- id: isort
1616
language_version: python3
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.1.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
@@ -28,7 +28,7 @@ repos:
2828
- id: check-yaml
2929
args: [--unsafe]
3030
- repo: https://github.com/PyCQA/bandit
31-
rev: '1.7.6'
31+
rev: '1.7.7'
3232
hooks:
3333
- id: bandit
3434
args: [--ini, .bandit]

continuous_integration/environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- aggdraw
1111
- pyshp
1212
- pyresample
13-
- pytest
13+
- pytest <8.0
1414
- pytest-cov
1515
- pytest-lazy-fixture

0 commit comments

Comments
 (0)