Skip to content

Commit b090295

Browse files
committed
Add Dominated Novelty Search
1 parent f991210 commit b090295

File tree

15 files changed

+1311
-14
lines changed

15 files changed

+1311
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020

2121
- name: Install uv
2222
run: |

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.11
2+
python: python3.13
33
repos:
44
- repo: https://github.com/pycqa/isort
55
rev: 5.13.2
@@ -10,8 +10,8 @@ repos:
1010
rev: 24.8.0
1111
hooks:
1212
- id: black
13-
language_version: python3.11
14-
args: ["--target-version", "py311"]
13+
language_version: python3.13
14+
args: ["--target-version", "py313"]
1515
- repo: https://github.com/PyCQA/flake8
1616
rev: 7.1.1
1717
hooks:

0 commit comments

Comments
 (0)