This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
triton
Watch
1
Star
0
Fork
0
You've already forked triton
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
6e50f8b2c0b66d59e798a7e75edda80fc39bf8eb
triton
/
python
/
setup.cfg
9 lines
113 B
INI
Raw
Normal View
History
Unescape
Escape
[PACKAGING] Added some more files for packaging
2020-05-04 08:58:58 -04:00
[metadata]
[FRONTEND] Minor accumulated style and warning fixes (#388) - Fix some whitespace. - Make an undeclared dependency on `pytest` explicit. - Fix deprecated `description-file` use. - `#ifdef` out a deprecated `PyEval_InitThreads` call. - Use a slightly different numpy invocation in `test_random.py` to quiet down overflow warnings in tests. - Fix a deprecated cast in `test_core.py`. - Suppress a warning about `visit_Constant` in Python 3.9+; we can't migrate yet because it'd break Python 3.6 and 3.7. - Use chained exceptions for `CompilationError` rather than rolling our own; it makes the error messages nicer. - Add a `__str__` for `tl.dtype` to make debugging kernels easier; it lets you `print` a dtype to see what type was inferred. - Fix a few bad escapes.
2021-12-10 15:19:20 -08:00
description_file
=
README.md
[STYLE] add isort and autopep8 config files and check on CI (#423) Also a fix a few more style issues from the "aggressive" mode of autopep8.
2022-01-07 13:11:34 -08:00
[pycodestyle]
ignore
=
E501,E701,E731
[STYLE] check python with flake8 (#424) I've been using this locally to find errors without running tests, and now that we're using autopep8, it passes with minimal suppressions. This is also what turned up the issues with the tutorials, which were fixed in #422.
2022-01-07 15:28:36 -08:00
[flake8]
ignore
=
E501,E701,E731
Reference in New Issue
Copy Permalink