Alexander Neff
|
4d6d3bf766
|
Remove unused packages and display pso timedeltas as they are in active directory
|
2024-03-16 18:53:01 +01:00 |
Alexander Neff
|
a869c6f5e8
|
Merging main into fgpp and resolving conflicts
|
2024-03-15 00:56:38 +01:00 |
Alexander Neff
|
07050e153c
|
Resolve conflicts
|
2024-03-12 23:22:00 +01:00 |
Alexander Neff
|
bf1ab5bd76
|
Update neo4j python driver
|
2024-03-12 23:09:42 +01:00 |
Alex
|
a39f71ebbc
|
Remove pyreadline as it causes errors in nxcdb
|
2024-02-06 11:28:32 +01:00 |
Alexander Neff
|
9696fe4c9a
|
Allow broader version for argcomplete to fix macos installations
|
2024-01-29 14:53:46 +01:00 |
Thiago Kenji Okada
|
1f8a948966
|
Set pyreadline for Win32 only
|
2024-01-14 17:57:18 +00:00 |
Thiago Kenji Okada
|
50962312a2
|
Move ruff to dev dependency
|
2024-01-14 17:54:07 +00:00 |
Thiago Kenji Okada
|
b3a5c300b5
|
Remove resource
Introduced in 483dc69a2a , it points to
https://github.com/RussellLuo/resource, an unmaintained library.
However, it is clear in the code that this should have been resource
from stdlib instead (https://docs.python.org/3/library/resource.html),
and needs not to be included in `pyproject.toml`.
|
2024-01-14 17:51:30 +00:00 |
Alexander Neff
|
b18a5a770c
|
Fix argcomplete version and drop python 3.7 support
|
2023-12-16 15:39:50 +01:00 |
Adamkadaban
|
edfa64b5e9
|
add argcomplete bash/zsh completion
|
2023-12-16 05:47:03 -05:00 |
Alexander Neff
|
983d06d1f0
|
Bump version to v1.1.0
|
2023-11-12 23:19:09 +01:00 |
Alex
|
72500d99be
|
Simplify code and remove unnecessary return nones
|
2023-10-28 01:04:52 +02:00 |
Marshall Hallenbeck
|
dc5ef93f7c
|
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
|
2023-10-26 18:10:05 -04:00 |
Alexander Neff
|
838585f8b2
|
Downgrade termcolor to prevent atty check which disables colors
|
2023-10-21 12:36:19 -04:00 |
Alexander Neff
|
0cfdbd46a6
|
Update dependencies from dev
|
2023-10-17 23:43:30 +02:00 |
Alexander Neff
|
1ce4a5eac0
|
Update dependencies
|
2023-10-17 23:34:38 +02:00 |
Marshall Hallenbeck
|
2854aa010d
|
ruff: fix a single RUF012 and then ignore it for future use
|
2023-10-17 14:19:42 -04:00 |
Marshall Hallenbeck
|
84d55aa264
|
ruff: add LOG (no fixes) and RUF and auto-fix
|
2023-10-16 12:54:57 -04:00 |
Marshall Hallenbeck
|
a7b95f2fc8
|
ruff: add refurb (FURB) and auto-fix
|
2023-10-16 12:48:15 -04:00 |
Marshall Hallenbeck
|
e77ecd31bd
|
ruff: add F841 back in and auto-fix
|
2023-10-15 13:31:51 -04:00 |
Marshall Hallenbeck
|
94b515bfeb
|
ruff: ignore PERF203 - only for pre-3.11 and may cause issues if refactored
|
2023-10-15 06:50:06 -04:00 |
Marshall Hallenbeck
|
0cb67d3016
|
ruff: add PERF
|
2023-10-14 21:53:23 -04:00 |
Marshall Hallenbeck
|
201b3285c4
|
ruff: pin 292 version since older versions dont display all checks
|
2023-10-14 21:50:48 -04:00 |
Marshall Hallenbeck
|
6fae02aee0
|
ruff: add flynt (FLY) and auto-fix
|
2023-10-14 18:41:08 -04:00 |
Marshall Hallenbeck
|
847f8493ee
|
ruff: remove Pylint from ruff
|
2023-10-14 18:39:05 -04:00 |
Marshall Hallenbeck
|
21a8707e9e
|
ruff: add Pylint (PL) and auto-run
|
2023-10-14 18:36:20 -04:00 |
Marshall Hallenbeck
|
b4475f467b
|
ruff: add eradicate (ERA)
|
2023-10-14 18:33:57 -04:00 |
Marshall Hallenbeck
|
378f66087d
|
ruff: add flake8-tidy-imports (TID)
|
2023-10-14 18:27:07 -04:00 |
Marshall Hallenbeck
|
d8b29312b7
|
ruff: add flake8-simplify (SIM) and auto-fix
|
2023-10-14 15:56:22 -04:00 |
Marshall Hallenbeck
|
8f5e74240f
|
ruff: exclude RET505-508
|
2023-10-14 14:19:23 -04:00 |
Marshall Hallenbeck
|
cdcde5a91b
|
ruff: add flake8-return (RET) and auto-run
|
2023-10-14 14:16:28 -04:00 |
Marshall Hallenbeck
|
781afc9c65
|
ruff: add flake8-raise (RSE) and auto-run
|
2023-10-13 15:27:34 -04:00 |
Marshall Hallenbeck
|
ae14929faf
|
ruff: add flake8-quotes (Q) and auto-run
|
2023-10-13 15:26:57 -04:00 |
Marshall Hallenbeck
|
008b99a28b
|
ruff: add flake8-pytest-style (PT) and auto-run
|
2023-10-13 15:25:36 -04:00 |
Marshall Hallenbeck
|
916c7390c6
|
ruff: add flake8-pie (PIE) and auto-run
|
2023-10-13 14:27:53 -04:00 |
Marshall Hallenbeck
|
9b7d2cf5d4
|
ruff: add flake8-import-conventions (ICN)
|
2023-10-13 14:20:25 -04:00 |
Marshall Hallenbeck
|
0f93876b54
|
ruff: auto-run flake8-implicit-str-concat (ISC)
|
2023-10-13 11:23:44 -04:00 |
Marshall Hallenbeck
|
dcc724118f
|
ruff: auto-run flake8-comprehensions (C4)
|
2023-10-13 11:21:20 -04:00 |
Marshall Hallenbeck
|
40f557b8e9
|
ruff: fix flake8-builtins (A) issues
|
2023-10-12 17:34:01 -04:00 |
Marshall Hallenbeck
|
2d20b220ce
|
ruff: add flake8-bugbear
|
2023-10-12 17:14:20 -04:00 |
Marshall Hallenbeck
|
7940fb6fe4
|
ruff: add flake8-async (ASYNC)
|
2023-10-12 17:09:49 -04:00 |
Marshall Hallenbeck
|
d080a96a88
|
ruff: add flake8-2020 (YTT)
|
2023-10-12 17:08:08 -04:00 |
Marshall Hallenbeck
|
b24b9210e4
|
ruff: pyupgrade (UP) ruff changes
|
2023-10-12 17:06:04 -04:00 |
Marshall Hallenbeck
|
335e6c9755
|
ruff: manually fixed pydocstyle ruff alerts and add exclusions
|
2023-10-12 15:41:13 -04:00 |
Marshall Hallenbeck
|
f812ea1b4a
|
ruff: dont require docstring to end in punctuation and allow empty docstring (for now)
|
2023-10-12 15:11:51 -04:00 |
Marshall Hallenbeck
|
2b50e9b86b
|
ruff: add pydocstyle rules and ignores
|
2023-10-12 15:09:06 -04:00 |
Marshall Hallenbeck
|
c9112b1c13
|
ruff: add quote flake8 rules and re-run ruff
|
2023-10-12 14:50:36 -04:00 |
Marshall Hallenbeck
|
76ac0f7f2b
|
fix: change conflict resolution I messed up and remove ruff quote section, since it was causing issues running ruff check
|
2023-10-12 14:37:32 -04:00 |
sandw1ch
|
cbefc31a04
|
Update pyproject.toml to include dateutil
Signed-off-by: sandw1ch <se.brink15@gmail.com>
|
2023-10-10 13:30:43 -05:00 |