Skip to content

Commit 31d7e74

Browse files
committed
Add Dominated Novelty Search
1 parent f991210 commit 31d7e74

File tree

14 files changed

+1310
-13
lines changed

14 files changed

+1310
-13
lines changed

.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)