@@ -54,6 +54,7 @@ select = [
5454 " SIM" , # flake8-simplify
5555 " I" , # isort
5656 " Q" , # prefer double quotes
57+ " W291" , # trailing-whitespace
5758]
5859ignore = []
5960
@@ -75,11 +76,12 @@ max-line-length = 99
7576[tool .pytest .ini_options ]
7677addopts = " --strict-markers"
7778markers = [
78- " nash_enummixed_strategy: tests of enummixed_solve in strategies" ,
79- " nash_lcp_strategy: tests of lcp_solve in strategies" ,
80- " nash_lcp_behavior: tests of lcp_solve in behaviors" ,
81- " nash_lp_strategy: tests of lp_solve in strategies" ,
82- " nash_lp_behavior: tests of lp_solve in behaviors" ,
79+ " nash_enummixed_strategy: tests of enummixed_solve in mixed strategies" ,
80+ " nash_enumpoly_behavior: tests of enumpoly_solve in behavior strategies" ,
81+ " nash_lcp_strategy: tests of lcp_solve in mixed strategies" ,
82+ " nash_lcp_behavior: tests of lcp_solve in behavior strategies" ,
83+ " nash_lp_strategy: tests of lp_solve in mixed strategies" ,
84+ " nash_lp_behavior: tests of lp_solve in behavior strategies" ,
8385 " nash: all tests of Nash equilibrium solvers" ,
8486 " slow: all time-consuming tests" ,
8587]
0 commit comments