We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2950a4 commit 99b7b4bCopy full SHA for 99b7b4b
.pre-commit-config.yaml
@@ -3,9 +3,9 @@
3
# https://github.com/python/black#version-control-integration
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.12.0
+ rev: v0.12.1
7
hooks:
8
- - id: ruff
+ - id: ruff-check
9
- id: ruff-format
10
- repo: https://github.com/pre-commit/mirrors-mypy
11
rev: v1.16.1
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v1.0.2.13 (2024-11-??)
+# v1.0.2.13 (2025-06-28)
2
* Support specifying the text encoding of the input exchange file
* (Bug) Fix fill values in bottle date/time being printed as nan in generated exchange files
* Add the ability to ignore columns using the ODV parameter syntax to `read_exchange` and `read_csv`
0 commit comments