Skip to content

Commit 6162662

Browse files
authored
Merge pull request #95 from pytroll/pre-commit-ci-update-config
2 parents c504305 + 3510437 commit 6162662

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
python-version: "${{ matrix.python-version }}"
4040
environment-file: continuous_integration/environment.yaml
4141
activate-environment: test-environment
42+
channels: conda-forge
43+
conda-remove-defaults: true
44+
channel-priority: strict
4245

4346
- name: Install unstable dependencies
4447
if: matrix.experimental == true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
1717
args: [--max-complexity, "10"]
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)