Skip to content

Commit e72324e

Browse files
committed
Modernise testing, linting etc
- Move to `pyproject.toml` - Move to pylint - Add validate-pyproject, black, pylint, mypy to lint command - add pylintrc - add mypy.ini - Apply pyupgrade 37+ - Update LICENSE copyright holders - fix lint errors
1 parent cf77748 commit e72324e

File tree

8 files changed

+727
-168
lines changed

8 files changed

+727
-168
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011, Zakaria Zajac
1+
Copyright (c) 2011, Zakaria Zajac and the python-json-logger Contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[mypy]
2+
3+
[mypy-orjson.*]
4+
ignore_missing_imports = True

0 commit comments

Comments
 (0)