Skip to content

Commit 85a22b5

Browse files
committed
Merge branch 'main' into dev-2.14
2 parents 6e296bc + a634c60 commit 85a22b5

18 files changed

+4
-3481
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
rev: 7.1.1
1919
hooks:
2020
- id: flake8
21-
args: ["--exclude", "examples/*", "--ignore=E203,W503"]
21+
args: ["--ignore=E203,W503"]
2222
- repo: https://github.com/PyCQA/bandit
2323
rev: '1.7.4'
2424
hooks:
2525
- id: bandit
26-
args: ["--exclude", "tests/*", "benchmarks/*", "examples/*"]
26+
args: ["--exclude", "tests/*", "benchmarks/*"]
2727
- repo: local
2828
hooks:
2929
- id: grep-for-devtools

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ All this is from \#2287
3838
* Add codespell to precommit (\#2358).
3939
* Testing:
4040
* Use `fractal-task-tools` to build `fractal-tasks-mock` manifest (\#2374).
41+
* Other:
42+
* Drop obsolete `examples` folder (\#2405).
4143

4244
# 2.13.1
4345

examples/.fractal_server.env

-10
This file was deleted.

examples/.gitignore

-3
This file was deleted.

examples/README.md

-8
This file was deleted.

examples/cleanup.sh

-7
This file was deleted.

examples/example_1.py

-96
This file was deleted.

examples/notebook_v2_OBSOLETE/.gitignore

-3
This file was deleted.

examples/notebook_v2_OBSOLETE/README.md

-31
This file was deleted.

examples/notebook_v2_OBSOLETE/activate_venv.sh

-1
This file was deleted.

examples/notebook_v2_OBSOLETE/image_data_exist_on_disk.py

-18
This file was deleted.

0 commit comments

Comments
 (0)