Skip to content

Commit aa49a9b

Browse files
committed
Merge branch 'main' into oer-commons
2 parents 09a5678 + dfca3e0 commit aa49a9b

File tree

99 files changed

+343
-352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+343
-352
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Static Analysis
22

33
on:
4-
pull_request:
54
push:
6-
branches: [main]
75
workflow_dispatch:
86

97
jobs:
@@ -18,18 +16,18 @@ jobs:
1816
with:
1917
python-version: '3.11'
2018

21-
- name: Install Python dependencies
19+
- name: Install pipenv
2220
run: |
2321
pip install --upgrade pip
24-
pip install black 'black[jupyter]' flake8 isort
25-
pip install pre-commit
22+
pip install pipenv
2623
2724
# https://github.com/actions/checkout
2825
- name: Checkout quantifying
2926
uses: actions/checkout@v4
30-
with:
31-
path: quantifying
27+
28+
- name: Install Python dependencies
29+
# Install _only_ [dev-packages]
30+
run: pipenv sync --categories dev-packages --system
3231

3332
- name: pre-commit
3433
run: pre-commit run --show-diff-on-failure --color=always --all-files
35-
working-directory: ./quantifying

.pre-commit-config.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,10 @@
33
default_language_version:
44
python: python3.11
55

6-
ci:
7-
autofix_commit_msg: |
8-
[pre-commit.ci] auto fixes from pre-commit.com hooks
9-
10-
for more information, see https://pre-commit.ci
11-
autofix_prs: true
12-
autoupdate_branch: ''
13-
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
14-
autoupdate_schedule: weekly
15-
skip: []
16-
submodules: false
17-
186
repos:
197

208
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.1.0
9+
rev: v4.6.0
2210
hooks:
2311
- id: check-added-large-files
2412
- id: check-ast

Pipfile.lock

Lines changed: 326 additions & 331 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 9 additions & 0 deletions
File renamed without changes.

analyze/compare_graphs/licenses_location_distribution.png renamed to pre-automation/analyze/compare_graphs/licenses_location_distribution.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)